jeffery durand wrote:
Hi,

Is there any way to log the logging so that I can see what's going wrong with my logging. Seems strange but it would be useful....

Hello Jeffery,

After logback is configured, calling

  LoggerContext lc = (LoggerContext) LoggerFactory.getILoggerFactory();
  StatusPrinter.print(lc);

should provide you with futher information.

I hope this helps,

--
Ceki Gülcü
QOS.ch is looking to hire talented developers in Switzerland.  If
interested, please contact c e k i @ q o s . c h

_______________________________________________
Logback-user mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-user

Reply via email to