Issue Type: Bug Bug
Assignee: Logback dev list
Components: logback-classic
Created: 13/Dec/12 11:18 PM
Description: With this pattern, with a bracket after the %X expression :
  <pattern>BEFORE %X{req.remoteHost}) AFTER %n</pattern>
I have the following (broken) log messages :
  BEFORE 127.0.0.1BEFORE 127.0.0.1BEFORE 127.0.0.1

With this pattern, without a bracket after the %X expression :
  <pattern>BEFORE %X{req.remoteHost} AFTER %n</pattern>
I have the following (nice) log messages :
  BEFORE 127.0.0.1 AFTER
  BEFORE 127.0.0.1 AFTER

  BEFORE 127.0.0.1 AFTER
Project: logback
Priority: Minor Minor
Reporter: Alexis Hassler
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