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

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Mon Nov 6 17:29:47 CET 2006


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

           Summary: Bad parsing of pattern containing ')'
           Product: logback-classic
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P1
         Component: Other
        AssignedTo: logback-dev at qos.ch
        ReportedBy: noreply.sebastien at qos.ch


The following config does not work with classic's PatternLayout:

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

Everything after the ')' is not displayed. Replacing ( and ) with [ and ] makes
everything go well.


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