I have a requirement where I want to place all logback configuration outside the war file. Presently I have placed my configuration file (logback.xml) on the classpath. I am usi
You could also use -Dlogging.config=/path/to/logback.xml
-Dlogging.config=/path/to/logback.xml
This is really handy with java based microservices to provide logging XML externally.