You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2020/03/28 20:35:31 UTC

[logging-log4j2] 02/02: LOG4J2-2811 - Add missing includeLocation parameter when creating AsyncLogger.

This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit bab0242eaae64103f7b766a09e22199f60d12795
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Mar 28 13:35:15 2020 -0700

    LOG4J2-2811 - Add missing includeLocation parameter when creating AsyncLogger.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 57528ce..3056109 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -169,6 +169,9 @@
       </action>
     </release>
     <release version="2.13.2" date="2020-MM-DD" description="GA Release 2.13.2">
+      <action issue="LOG4J2-2811" dev="rgoers" type="fix" due-to="Kuojian21">
+        Add missing includeLocation parameter when creating AsyncLogger.
+      </action>
       <action issue="LOG4J2-2761" dev="rgoers" type="fix" due-to="Uwe Schindler">
         Fix Exceptions when whitespace is in the file path and Java security manager is used.
       </action>