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

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


    from ff7de0cd2c Disable reproducibility check on non-critical builds
     new 82e8392e3e Improve AsciiDoc formatting
     new 66851a8315 Improve documentation on structured logging (#2665)
     new ffea01f0e0 Fix `flowtracing.adoc` examples (#2662)
     new de60cffac9 Improve layout docs on property substitution (#2667)

The 4 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/test/resources/NestedLoggingTest.xml       |   4 +-
 .../json/resolver/TemplateResolverContext.java     |   2 +-
 .../TemplateResolverStringSubstitutor.java         |   4 +-
 .../template/json/resolver/package-info.java       |   2 +-
 src/site/antora/antora.tmpl.yml                    |   2 +
 src/site/antora/antora.yml                         |   2 +
 .../ROOT/examples/manual/flowtracing/log4j2.json   |  43 ++++++
 .../log4j2.properties                              |  17 ++-
 .../log4j2.xml                                     |   7 +-
 .../log4j2.yaml                                    |  17 ++-
 .../ROOT/examples/manual/flowtracing/logback.xml   |  78 +++++++++++
 .../log4j2.json                                    |   0
 .../log4j2.properties                              |   0
 .../log4j2.xml                                     |   0
 .../log4j2.yaml                                    |   0
 .../property-substitution/log4j2.json              |  27 ++++
 .../log4j2.properties                              |   6 +-
 .../{usage => property-substitution}/log4j2.xml    |   7 +-
 .../{usage => property-substitution}/log4j2.yaml   |   6 +-
 src/site/antora/modules/ROOT/pages/faq.adoc        |   2 +-
 .../modules/ROOT/pages/manual/architecture.adoc    |   4 +-
 .../modules/ROOT/pages/manual/garbagefree.adoc     |   4 +-
 .../modules/ROOT/pages/manual/getting-started.adoc |   4 +-
 .../modules/ROOT/pages/manual/installation.adoc    |  11 +-
 .../ROOT/pages/manual/json-template-layout.adoc    | 155 ++++++++++++++++++---
 .../antora/modules/ROOT/pages/manual/layouts.adoc  |  19 ++-
 .../antora/modules/ROOT/pages/manual/lookups.adoc  |   1 +
 .../modules/ROOT/pages/manual/pattern-layout.adoc  |  58 ++++++--
 .../ROOT/pages/manual/systemproperties.adoc        |   9 ++
 .../modules/ROOT/pages/migrate-from-logback.adoc   |   5 +-
 .../modules/ROOT/pages/migrate-from-slf4j.adoc     |  12 +-
 .../antora/modules/ROOT/partials/concepts.adoc     |   6 +-
 .../partials/manual/layouts-gcfree-lookup.adoc     |  21 ---
 .../ROOT/partials/manual/structured-logging.adoc   |   5 +-
 .../manual/systemproperties/properties-async.adoc  |   2 +-
 .../properties-log4j-core-misc.adoc                |   2 +-
 .../properties-transport-security.adoc             |   2 +-
 37 files changed, 438 insertions(+), 108 deletions(-)
 create mode 100644 
src/site/antora/modules/ROOT/examples/manual/flowtracing/log4j2.json
 copy 
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/marker-pattern-selector
 => flowtracing}/log4j2.properties (61%)
 copy 
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/marker-pattern-selector
 => flowtracing}/log4j2.xml (81%)
 copy 
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/marker-pattern-selector
 => flowtracing}/log4j2.yaml (73%)
 create mode 100644 
src/site/antora/modules/ROOT/examples/manual/flowtracing/logback.xml
 rename 
src/site/antora/modules/ROOT/examples/manual/json-template-layout/{eventTemplateAdditionalField
 => event-template-additional-field}/log4j2.json (100%)
 rename 
src/site/antora/modules/ROOT/examples/manual/json-template-layout/{eventTemplateAdditionalField
 => event-template-additional-field}/log4j2.properties (100%)
 rename 
src/site/antora/modules/ROOT/examples/manual/json-template-layout/{eventTemplateAdditionalField
 => event-template-additional-field}/log4j2.xml (100%)
 rename 
src/site/antora/modules/ROOT/examples/manual/json-template-layout/{eventTemplateAdditionalField
 => event-template-additional-field}/log4j2.yaml (100%)
 create mode 100644 
src/site/antora/modules/ROOT/examples/manual/json-template-layout/property-substitution/log4j2.json
 copy src/site/antora/modules/ROOT/examples/manual/json-template-layout/{usage 
=> property-substitution}/log4j2.properties (66%)
 copy src/site/antora/modules/ROOT/examples/manual/json-template-layout/{usage 
=> property-substitution}/log4j2.xml (79%)
 copy src/site/antora/modules/ROOT/examples/manual/json-template-layout/{usage 
=> property-substitution}/log4j2.yaml (76%)
 delete mode 100644 
src/site/antora/modules/ROOT/partials/manual/layouts-gcfree-lookup.adoc
 copy SECURITY.adoc => 
src/site/antora/modules/ROOT/partials/manual/structured-logging.adoc (62%)

Reply via email to