Ceki Gulcu commented on Bug LOGBACK-794
Thank you for opening this bug entry. You can set a status listener at application start time. Logback ships with several status listeners, the OnConsoleStatusListener being the most commonly used. Here is an example of how to start your java app:

  java -Dlogback.statusListenerClass=ch.qos.logback.core.status.OnConsoleStatusListener ...

See also http://logback.qos.ch/manual/configuration.html#logback.statusLC
Please try the above and let me know if it helps.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira