How can I customized the location of logback.xml in Spring Boot using application.properties?
I tried below but is not working.
application.properties
Below construct worked for me (but I used relative path instead of absolute):
logging.config=file:/home/dev-01/Documents/logback.xml