Kai created LOG4J2-3434:
---------------------------
Summary: Property is not populating "value"
Key: LOG4J2-3434
URL: https://issues.apache.org/jira/browse/LOG4J2-3434
Project: Log4j 2
Issue Type: Bug
Components: Layouts
Affects Versions: 2.17.2
Reporter: Kai
When specifying Property for customized appender like:
{code:java}
<Property name="property1" value="value1"/> {code}
It used to populating Property.value with "value1".
But after upgrading to 2.17.2 with introduce of "rawValue", only "rawValue" is
populated but "value" stays null.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)