
19 Sep
2006
19 Sep
'06
9:54 a.m.
http://bugzilla.qos.ch/show_bug.cgi?id=8 ------- Comment #1 from noreply.sebastien@qos.ch 2006-09-19 11:54 ------- configuration used: <configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <layout class="ch.qos.logback.classic.PatternLayout"> <param name="Pattern" value="%-4relative [%thread] %-5level - %msg %% %n" /> </layout> </appender> <root> <level value="debug" /> <appender-ref ref="STDOUT" /> </root> </configuration> -- Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.