[logback-user] Changing leg level does not take effect.

Kristian Lind klpcrap at gmail.com
Wed Apr 10 23:22:52 CEST 2013


logback 1.0.9
slf4j 1.7.3

In code :

package com.mycomp.xx
....
log.debug("Hi there");


in logback.xml

<logger name="com.mycomp.xx" level="DEBUG" />


I can see the in the log, that when I make a change to logback.xml... (
scanned every 30 seconds )
..

INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of
logger [com.mycomp.xx] to DEBUG


But when executing the code, the log "Hi there" is not in the console or
the logfile.

If I set this..

<root level="DEBUG">
        <appender-ref ref="CONSOLE"/>
        <appender-ref ref="FILE"/>
</root>

everything is logged...

-- 
Med venlig hilsen / Best regards

Kristian Lind
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.qos.ch/pipermail/logback-user/attachments/20130410/28ad300d/attachment.html>


More information about the Logback-user mailing list