data-center-helm-charts icon indicating copy to clipboard operation
data-center-helm-charts copied to clipboard

Make it possible to enable debug logging for selected packages

Open bianchi2 opened this issue 3 years ago • 0 comments

Currently, there's no way to provide own log4j.properties. Even though logs level can be changed in runtime, it'd be great to be able to define log level for selected packages.

Perhaps it's worth adding a configmap which is mounted as a file to WEB-INF/classes? Even though charts allow defining additional volume mounts and volumes, one needs to create a configmap with log4j.properties, mount it into the right path in the container and reference configmap in an additional volume (which is obviously) some work to do.

bianchi2 avatar Mar 22 '21 07:03 bianchi2