
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@qos.ch ReportedBy: noreply.sebastien@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.