To view the log file, connect to the instance with the coronium user.

ssh coronium@<your-instance-ip>

To watch the log in real-time:

tail -f ~/chatterbox/logs/chatterbox.log

Press control-c to stop watching the log file.

Note

The log file is managed automatically, and will be "rotated" once it exceeds a certain size limit.