I have a Spring boot application which use logback.xml for logging configurations.I am looking for options to dynamically change log level. For instance if I have deployed an app with loglevel as ERROR,Let say I want to change this to INFO but I don't want to redeploy/restart my JVM.
Is there any possibility we can configure logback.xml like config server to achieve this