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
Found a nice way here: https://github.com/Scout24/tomcat-stdout-accesslog/issues/2
Replace the following Valve in your server.xml file.
Linux only!
This "nice way" works for me as expected.