[logback-dev] [Bug 29] Bad parsing of pattern containing ')'

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Mon Nov 13 11:41:14 CET 2006


http://bugzilla.qos.ch/show_bug.cgi?id=29


sebastien at qos.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #1 from sebastien at qos.ch  2006-11-13 11:41 -------
Inserting brackets in a pattern is read like a keyword addition.
Brackets should be escaped.

Modifying the pattern to:

<Pattern>%date %-5level [%thread] \\(%file:%line\\) %logger - %msg%n</Pattern>

... makes everything work fine.


-- 
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