alpacon log
Retrieve and display logs for a specified server. This command allows you to view logs of different levels and types associated with a server. Use the --tail flag to limit the output to the last N log entries. Suitable for debugging and monitoring server activities.
alpacon log SERVER [flags]
Aliases
alpacon log
alpacon logs
Options
-h, --help help for log
-t, --tail int Number of log entries to show from the end (default 25)
Examples
View all recent logs for a server:
alpacon log my-server
alpacon logs my-server
Limit output to last 10 log entries:
alpacon log my-server --tail=10
alpacon logs my-server --tail=10