Hi, I have the following problem with log configuration. If the specified log file can't be created for some reason, logback fails silently (i.e. nothing in system.err/out). If I add debug="true" to <configuration> in logback.xml, I get the error logged but I also get info and debug printed. Is there any way to get just the errors?
This is just my uninformed opinion, but I would be in favor of logging WARN and ERROR to system.err by default, and having an option to turn it off. Many thanks. -- View this message in context: http://www.nabble.com/How-to-get-log-configuration-errors-logged-but-not-debug--tp17780728p17780728.html Sent from the Logback User mailing list archive at Nabble.com. _______________________________________________ Logback-user mailing list [email protected] http://qos.ch/mailman/listinfo/logback-user
