[
https://issues.jboss.org/browse/LOGMGR-109?page=com.atlassian.jira.plugin...
]
Kyle Lape commented on LOGMGR-109:
----------------------------------
Jira seems to have a quirk in its monospace formatting. That's supposed to be two
backslashes, but it's rendered as a newline for some reason.
New line characters are written incorrectly to the properties
configuration file
--------------------------------------------------------------------------------
Key: LOGMGR-109
URL:
https://issues.jboss.org/browse/LOGMGR-109
Project: JBoss Log Manager
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: James Perkins
Assignee: James Perkins
If a value of {{\n}} is used for a property on a handler, the value is written as {{\\n}}
to the {{logging.properties}} file. This is inconsistent with out {{java.util.Properties}}
stores the value. Though for some reason I explicitly added the code to write out {{\\n}}
so this should be researched :)
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)