Issue Type: Bug Bug
Affects Versions: 1.0.7
Assignee: Logback dev list
Attachments: logback.xml
Components: logback-classic
Created: 01/Dec/12 12:24 AM
Description: I have logback.xml with a syslog SuffixPattern:
    "%d{"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"} [%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
Environment: Tried 1.0.0 and 1.0.7 on a Mac OS X 10.8.x
Project: logback
Priority: Minor Minor
Reporter: Robert Blazewicz
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira