[jboss-jira] [JBoss JIRA] (LOGMGR-144) Allow the # symbol to be used for expressions in a PatternFormatter
James Perkins (JIRA)
issues at jboss.org
Thu Feb 16 18:24:00 EST 2017
[ https://issues.jboss.org/browse/LOGMGR-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Perkins updated LOGMGR-144:
---------------------------------
Fix Version/s: 2.1.0.Beta1
> Allow the # symbol to be used for expressions in a PatternFormatter
> -------------------------------------------------------------------
>
> Key: LOGMGR-144
> URL: https://issues.jboss.org/browse/LOGMGR-144
> Project: JBoss Log Manager
> Issue Type: Feature Request
> Reporter: James Perkins
> Assignee: James Perkins
> Fix For: 2.1.0.Beta1
>
>
> Currently in the format pattern when you want to define an expression the format pattern is {code}
> %${system.property.key:default-value}
> {code}
> This can cause problems other applications that parse the same type of expression format like WildFly. Adding an option like the following will allow a workaround for this issue.
> {code}
> %#{system.property.key:default:value}
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list