ppkarwasz commented on issue #3478: URL: https://github.com/apache/logging-log4j2/issues/3478#issuecomment-2673784201
@JWT007, The two configurations below are equivalent: ```xml <Property name="p1" value="foobar"/> <Property name="p1">foobar</Property> ``` I don't believe there is anything wrong in the way `PropertyComponentBuilder` currently work. Are you experiencing some problems, caused by this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
