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 2700b88b8b87d231c68b68f5cf0a6b1128535c67 Author: Ralph Goers <[email protected]> AuthorDate: Mon Apr 20 13:44:49 2020 -0700 LOG4J2-2824 - Implement requiresLocation in GelfLayout to reflect whether location information is used in the message Pattern. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1769071..bad5986 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-2824" dev="rgoers" type="fix" due-to="CrazyBills"> + Implement requiresLocation in GelfLayout to reflect whether location information is used in the message Pattern. + </action> <action issue="LOG4J2-2588" dev="rgoers" type="fix"> Add option to restore printing timeMillis in the JsonLayout. </action>
