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 NAME] [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 [SERVER NAME]
alpacon logs [SERVER_NAME]
Limit output to last 10 log entries:
alpacon log [SERVER NAME] --tail=10
alpacon logs [SERVER NAME] --tail=10