-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.2.0, nuxeo-11.0.0
-
Component/s: ARender, Deployment
-
Epic Link:
-
Tags:
Currently, log files are hard-coded to be in the same folder than the app.jar.
On the converter pod, by adding a configuration file in /arender/modules/conversion-service/config/logback-spring.xml we are able to override the location.
Unfortunately the other service do not include the config directory in their classpath, so it's not possible to do the same.
What is the way to configure either:
- a custom location for log file (the loggin.path property of Spring boot is not used
- a way to customize the log configuration.