Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
1.0.7
-
None
-
Tried 1.0.0 and 1.0.7 on a Mac OS X 10.8.x
Description
I have logback.xml with a syslog SuffixPattern:
"%d
[%thread] %logger
{30}%level - %msg"
The 1st colon within the date is getting converted into a string of the form: <level>:
This results in invalid output like:
2012-11-30T16 <Info>: 20:31.517Z
I came up with a hack to put a colon at the start of the SuffixPattern resulting in output like:
<Info>: 2012-11-30T1620:31.517Z