Thank you for your answer, David

there are several options to solve my use-case.

Form the link you provided I have chosen the method, applying "-Dlog.level=INFO".

 

---
Viele Grüße, Best Regards Rolf Schumacher

Am 30.03.2017 22:08, schrieb David Roussel:

As documented in https://logback.qos.ch/manual/configuration.html
 
You can specify a particular config file like this:
 
You may specify the location of the default configuration file with a system property named"logback.configurationFile". The value of this property can be a URL, a resource on the class path or a path to a file external to the application.

java -Dlogback.configurationFile=/path/to/config.xml chapters.configuration.MyApp1

 
If you don't want to override the whole file, but just want to be able to set debug level just by setting a system, then see my answer here: http://stackoverflow.com/a/5884505/191084
 
Thanks
 
David

_______________________________________________
logback-user mailing list
logback-user@qos.ch
http://mailman.qos.ch/mailman/listinfo/logback-user