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
May be it will be better to write logs directly to the stdout instead of the file in the container. It will be lost after restart.
See for more details https://12factor.net/logs