Added OnErrorConsoleStatusListener in [1]. You can enable printing on OnErrorConsoleStatusListener by setting the "logback.statusListenerClass" Java system property [2].
In an upcoming commit to org.slf4j.impl.StaticLoggerBinder#init(), I'll also disable automatic printing if there is already a registered status listener. Stay tuned.
In an upcoming commit to org.slf4j.impl.StaticLoggerBinder#init(), I'll also disable automatic printing if there is already a registered status listener. Stay tuned.
[1] https://github.com/qos-ch/logback/commit/8259a7dba027a2c
[2] http://logback.qos.ch/manual/configuration.html#statusListener