To view log files, connect to the server with the coronium user.

ssh coronium@<your-instance-ip>

Log files can be found in the logs directory.

To watch a log file in real-time:

tail -f ~/logs/<log-name>.log

Press control-x to stop watching the log file.

Note

The log files are managed automatically, and will be "rotated" once they exceed a certain size limit.