...
SSH into server that hosts SubmitServer.
Code Block ssh -i ~/.ssh/marm_engcomp_ssh_ed25519 eugo@eng-eugo-mms1.private.uwaterloo.ca
Enter Docker container.
Code Block docker exec -it marmoset-submitserver-103-01 /bin/bash
The following locations contain log files:
/usr/share/tomcat9/logs
If necessary, you can search for folders with high usage with the following:
Code Block du -h --max-depth=1 | sort -h