[LOGBack-dev] [Bug 8] The insertion of a percent symbol causes the Parser to crash
bugzilla-daemon at pixie.qos.ch
bugzilla-daemon at pixie.qos.ch
Tue Sep 19 11:54:20 CEST 2006
http://bugzilla.qos.ch/show_bug.cgi?id=8
------- Comment #1 from noreply.sebastien at 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.
More information about the logback-dev
mailing list