You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2021/07/20 07:39:52 UTC

[logging-log4j2] branch release-2.x updated (59204c4 -> a950ba8)

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

vy pushed a change to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.


    from 59204c4  LOG4J2-3121 config modified at run-time may trigger incomplete MBean re-initialization due to InstanceAlreadyExistsException (#547)
     add c507b9b  Google Cloud structured logging via JsonTemplate
     add 64e3025  Minor code review updates
     add 81aa8db  GCP layout test enhancement and stack trace fixes
     add 14648a6  Merge branch 'release-2.x' into LOG4J2-3116
     add cc95baa  LOG4J2-3116 Fix changes.xml typo.
     add 3efc5da  LOG4J2-3116 Massage GcpLayout more.
     add 5ea3d85  LOG4J2-3116 Overhaul GcpLayoutTest.
     new a950ba8  LOG4J2-3116 Merging GCP layout changes.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/resources/GcpLayout.json              |  65 +++++++
 .../log4j/layout/template/json/GcpLayoutTest.java  | 195 +++++++++++++++++++++
 src/changes/changes.xml                            |   3 +
 .../asciidoc/manual/json-template-layout.adoc.vm   |   9 +
 4 files changed, 272 insertions(+)
 create mode 100644 log4j-layout-template-json/src/main/resources/GcpLayout.json
 create mode 100644 log4j-layout-template-json/src/test/java/org/apache/logging/log4j/layout/template/json/GcpLayoutTest.java

[logging-log4j2] 01/01: LOG4J2-3116 Merging GCP layout changes.

Posted by vy...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit a950ba8cb7629e00dc0b6b0029772be7621b8fcc
Merge: 59204c4 5ea3d85
Author: Volkan Yazici <vo...@gmail.com>
AuthorDate: Tue Jul 20 09:38:16 2021 +0200

    LOG4J2-3116 Merging GCP layout changes.

 .../src/main/resources/GcpLayout.json              |  65 +++++++
 .../log4j/layout/template/json/GcpLayoutTest.java  | 195 +++++++++++++++++++++
 src/changes/changes.xml                            |   3 +
 .../asciidoc/manual/json-template-layout.adoc.vm   |   9 +
 4 files changed, 272 insertions(+)