Details
-
Bug
-
Resolution: Incomplete
-
Major
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
29
Description
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.