[
https://issues.apache.org/jira/browse/LOG4J2-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15073081#comment-15073081
]
Tiago Nobrega commented on LOG4J2-607:
--------------------------------------
I know it´s been a while but since I couldn't find it anywhere....
I've managed to configure properties using JSON file this way:
{code:title=log4j2.json|borderStyle=solid}
{
"configuration":{
"properties":{
"property":[
{"name":"env","value":"all"},
{"name":"defaultPattern", "value":"%d %-5p [%t]
%C{2} (%F:%L) - %m%n"}
]
},
"status'":"debug",
"appenders":{
"appender":[
{"type":"Console", "name":"STDOUT",
"target":"SYSTEM_OUT", "PatternLayout":{"pattern":"${defaultPattern}"}}
],
"Async":{"name":"ASYNC","AppenderRef":{"ref":"STDOUT"}}
},
"loggers":{
"root":{"level":"debug","AppenderRef":{"ref":"STDOUT"}}
}
}
}
{code}
> log4j2 json files do not support property substitutions
> -------------------------------------------------------
>
> Key: LOG4J2-607
> URL: https://issues.apache.org/jira/browse/LOG4J2-607
> Project: Log4j 2
> Issue Type: Bug
> Affects Versions: 2.0-rc1, 2.0-rc2
> Environment: Windows 7, JVM 7, Tomcat 7. Also tested using Mac OS X
> and JVM 8 (Tomcat 7).
> Reporter: Sebastian Audet
> Attachments: log4j2.json
>
>
> Using Property substitution in the latest release candidate doesn't work in
> JSON configuration files.
> Seems to work fine in XML files though - suggest actually parsing the results
> of the JSON file configurations?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]