This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release-2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit fb36a0418f097de2311a2bb635437b8976990db6 Author: Gary Gregory <[email protected]> AuthorDate: Fri Feb 4 16:14:39 2022 -0500 Log4j 1.2 bridge uses some incorrect default property values in some appenders. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 87b0053..59d1492 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -157,6 +157,9 @@ <action dev="ggregory" type="fix" due-to="Gary Gregory"> Log4j 1.2 bridge creates a SocketAppender instead of a SyslogAppender. </action> + <action dev="ggregory" type="fix" due-to="Piotr P. Karwasz"> + Log4j 1.2 bridge uses some incorrect default property values in appenders. + </action> <action dev="ggregory" type="fix" due-to="Gary Gregory, Piotr P. Karwasz"> </action> <action dev="ggregory" type="fix">
