I have a simple application with a simple logback.xml
file, which I do not wish to put on the classpath. I can guarantee that it will be present where the application is run from, though.
I tried --logging.config=file:./logback.xml
, but spring does not seem to honor the setting. What is the recommended way to achieve this? Thanks!