Issue Type: Bug Bug
Affects Versions: 1.0.9, 1.0.10
Assignee: Logback dev list
Created: 20/Dec/12 9:43 PM
Description: The actual prefix that is prepended to every message issued to syslog is
"%syslogStart{" + getFacility() + "}%nopex"
As this prefix does not contains a final space, the logback parser will interpret the %noexp concatenated with the next string, resulting in something like this:
suffixPattern: "test"
message received in rsyslog: %PARSER_ERROR[nopextest]

It is not possible to define a suffixPattern starting with a space as the xml parser trims the data inside the tags. As there is no workaround to achieve this, this bug cant have a priority lesser than major

Thanks
Project: logback
Labels: syslog
Priority: Major Major
Reporter: Bruno Polaco
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