Retrieving Logs¶
To retrieve logs:
-
SSH into your instance using your AWS private key and the username
ec2-user.-
To follow the logs, run this command:
tail -f /var/log/jasperserver/jasperserver.log -
To dump log content, run this command:
-
cat /var/log/jasperserver/jasperserver.log