Project

General

Profile

Task #2125

Updated by Petr FiĊĦer about 4 years ago

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, directory unless 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.

Back