how can I disable access log?
In large environments http requests come through http or ajp to a tomcat (here dm-server) from an apache webserver. To reduce tomcat load there is no need to log to an access.log additionally to the apache webserver.
The only section in config/servletContainer.config or UserGuide I found was
Is there any "accessLog" : "true|false" option available or planned?Code:"logs": { "perApplicationLogging": true, "accessLogDir": "access", "accessLogFormat": "long"
A CR would be to overwrite it per bundle/webapp config.
-- Thomas



