I\'m running tomcat in docker, but I can\'t see the logs. They are written to various log files under tomcat/logs, but I can\'t see them when tomcat is running in a docker c
Below worked for me in Tomcat 9.0.37:
Instead of using ./statup.sh, use ./catalina.sh run to start the tomcat server.
./statup.sh
./catalina.sh run
( Cheers