Actions
Task #2125
closedCompletely disable tomcat access logging
Start date:
03/18/2020
Due date:
% Done:
0%
Estimated time:
Owner:
Description
Currently, our bcv-tomcat image supports two configurations for Tomcat access log:
- To files on "disk" as is usual for Tomcat. User has to mount the logs/ directory. Otherwise, logs will stay only inside the container.
- To STDOUT using a valve override.
STDOUT logging is ok, but in CzechIdM deployments we use reverse proxy. The proxy can (and will) do the access logging anyway so we do not need it also in the tomcat container.
Goal: Add third option to the bcv-tomcat image. This option will disable Tomcat's access logging completely.
Updated by Petr Fišer over 4 years ago
- Target version changed from 143 to bcv-tomcat:8.5.56-r0
Updated by Petr Fišer over 4 years ago
- Status changed from New to Resolved
- Assignee set to Petr Fišer
Implemented in develop as git.a226cc7 .
Awaiting release.
Actions