[logback-user] logback always printing status information?!

Ceki Gülcü ceki at qos.ch
Mon Mar 22 17:00:22 CET 2010


OnConsoleStatusListener is not registered by default.

Please also read the section entitled "Automatic printing of status messages in 
case of warning or errors" in http://logback.qos.ch/manual/configuration.html

On 22/03/2010 4:55 PM, Christian Migowski wrote:
> Hi Ceki,
>
> thanks for your reply, it was very helpful.
> I did as you wrote, but it seems that the OnConsoleStatusListener is
> still "registered", messages go still to stdout via this listener, is
> there a way to "unregister" this listener in the logback.xml config
> file?
>
>
> I'm new to logback and I am very excited (? begeistert) of all the
> capabilities and flexibility it offers, it is great!
>
> thanks again,
> regards,
> christian
>
> On Mon, Mar 22, 2010 at 3:47 PM, Ceki Gülcü<ceki at qos.ch>  wrote:
>>
>> Hello Christian,
>>
>> You can register a status listener which will be notified anytime a new
>> status message is created. See [1]. Logback ships with a listener called
>> OnConsoleStatusListener which prints status messages on the console. It is
>> installed as
>>
>> <configuration>
>>   <statusListener class="ch.qos.logback.core.status.OnConsoleStatusListener"
>> />
>>   ... the rest of the configuration file
>> </configuration>
>>
>> Its installation is highly recommended. You could fairly easily develop your
>> own listener which writes to a file.
>>
>> HTH,
>>
>> [1] http://logback.qos.ch/manual/configuration.html#statusListener
> _______________________________________________
> Logback-user mailing list
> Logback-user at qos.ch
> http://qos.ch/mailman/listinfo/logback-user



More information about the Logback-user mailing list