alpacon log
Retrieve and display server logs
Synopsis
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]
Examples
alpacon log [SERVER NAME]
alpacon logs [SERVER_NAME]
alpacon log [SERVER NAME] --tail=10
alpacon logs [SERVER NAME] --tail=10
Options
-h, --help help for log
-t, --tail int Number of log entries to show from the end (default 25)