Currently I have logback configuration file i.e logback.xml which is src/main/resources. I want to set the logging level but i want control outside of
logback.xml
src/main/resources
External properties is one way of controlling logging level externally. Logback's file inclusion feature is another. By the way, the auto-reload feature works for included configuration files but not properties files.