This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
from 6d1a52d863 Update `commons-logging:commons-logging` to version `1.3.3`
(#2714)
new a40a4686c2 Revamp the `Filters` page
new 449dd84421 Fix formatting
new 04f13fb1c6 Missing licenses
new f161eba79f Apply review suggestions (1)
new 632b429738 Apply review suggestions (2)
new 57acb90430 Fix `BurstFilter` description
new 69dfbe4c7e Apply review suggestions (3)
new 715d2801a0 Apply review suggestions (4)
The 8 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:
.../examples/manual/filters/ContextMapFilter.json | 38 +
.../ContextMapFilter.properties} | 22 +-
.../log4j2.xml => filters/ContextMapFilter.xml} | 26 +-
.../log4j2.yaml => filters/ContextMapFilter.yaml} | 23 +-
.../manual/filters/DynamicThresholdFilter.json | 35 +
.../DynamicThresholdFilter.properties} | 20 +-
.../DynamicThresholdFilter.xml} | 20 +-
.../DynamicThresholdFilter.yaml} | 22 +-
.../ROOT/examples/manual/filters/MapFilter.json | 38 +
.../MapFilter.properties} | 22 +-
.../usage/log4j2.xml => filters/MapFilter.xml} | 20 +-
.../usage/log4j2.yaml => filters/MapFilter.yaml} | 19 +-
.../manual/filters/MutableContextMapFilter.json | 24 +
.../MutableContextMapFilter.properties} | 9 +-
.../MutableContextMapFilter.xml} | 15 +-
.../MutableContextMapFilter.yaml} | 12 +-
.../ROOT/examples/manual/filters/ScriptFilter.json | 34 +
.../ScriptFilter.properties} | 17 +-
.../log4j2.xml => filters/ScriptFilter.xml} | 24 +-
.../log4j2.yaml => filters/ScriptFilter.yaml} | 19 +-
.../manual/filters/StructuredDataFilter.json | 38 +
.../StructuredDataFilter.properties} | 22 +-
.../StructuredDataFilter.xml} | 20 +-
.../StructuredDataFilter.yaml} | 23 +-
.../ROOT/examples/manual/filters/TimeFilter.json | 38 +
.../TimeFilter.properties} | 22 +-
.../log4j2.xml => filters/TimeFilter.xml} | 26 +-
.../log4j2.yaml => filters/TimeFilter.yaml} | 32 +-
.../ROOT/examples/manual/filters/configs.json | 11 +
.../ROOT/examples/manual/filters/configs2.json | 10 +
.../ROOT/examples/manual/filters/filters.json | 23 +-
.../examples/manual/filters/filters.properties | 37 +-
.../ROOT/examples/manual/filters/filters.xml | 20 +-
.../ROOT/examples/manual/filters/filters.yaml | 28 +-
.../ROOT/examples/manual/filters/global.groovy | 9 +-
.../ROOT/examples/manual/filters/local.groovy | 4 +-
.../ROOT/examples/manual/messages/log-event.json | 40 +
.../modules/ROOT/pages/manual/configuration.adoc | 11 +-
.../antora/modules/ROOT/pages/manual/filters.adoc | 2138 ++++++++++++--------
.../antora/modules/ROOT/pages/manual/scripts.adoc | 3 +
.../modules/ROOT/partials/manual/log-event.adoc | 61 +
.../manual/systemproperties/properties-async.adoc | 2 +-
42 files changed, 2032 insertions(+), 1045 deletions(-)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/filters/ContextMapFilter.json
copy
src/site/antora/modules/ROOT/examples/manual/{json-template-layout/usage/log4j2.properties
=> filters/ContextMapFilter.properties} (70%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/marker-pattern-selector/log4j2.xml
=> filters/ContextMapFilter.xml} (69%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/marker-pattern-selector/log4j2.yaml
=> filters/ContextMapFilter.yaml} (75%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/filters/DynamicThresholdFilter.json
copy
src/site/antora/modules/ROOT/examples/manual/{json-template-layout/usage/log4j2.properties
=> filters/DynamicThresholdFilter.properties} (71%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/usage/log4j2.xml
=> filters/DynamicThresholdFilter.xml} (70%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/marker-pattern-selector/log4j2.yaml
=> filters/DynamicThresholdFilter.yaml} (75%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/filters/MapFilter.json
copy
src/site/antora/modules/ROOT/examples/manual/{json-template-layout/usage/log4j2.properties
=> filters/MapFilter.properties} (69%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/usage/log4j2.xml
=> filters/MapFilter.xml} (71%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/usage/log4j2.yaml
=> filters/MapFilter.yaml} (74%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/filters/MutableContextMapFilter.json
copy
src/site/antora/modules/ROOT/examples/manual/{json-template-layout/usage/log4j2.properties
=> filters/MutableContextMapFilter.properties} (83%)
copy
src/site/antora/modules/ROOT/examples/manual/{json-template-layout/usage/log4j2.xml
=> filters/MutableContextMapFilter.xml} (78%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/usage/log4j2.yaml
=> filters/MutableContextMapFilter.yaml} (82%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/filters/ScriptFilter.json
copy
src/site/antora/modules/ROOT/examples/manual/{json-template-layout/usage/log4j2.properties
=> filters/ScriptFilter.properties} (69%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/marker-pattern-selector/log4j2.xml
=> filters/ScriptFilter.xml} (71%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/usage/log4j2.yaml
=> filters/ScriptFilter.yaml} (73%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/filters/StructuredDataFilter.json
copy
src/site/antora/modules/ROOT/examples/manual/{json-template-layout/usage/log4j2.properties
=> filters/StructuredDataFilter.properties} (69%)
copy
src/site/antora/modules/ROOT/examples/manual/{json-template-layout/usage/log4j2.xml
=> filters/StructuredDataFilter.xml} (71%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/marker-pattern-selector/log4j2.yaml
=> filters/StructuredDataFilter.yaml} (74%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/filters/TimeFilter.json
copy
src/site/antora/modules/ROOT/examples/manual/{json-template-layout/property-substitution/log4j2.properties
=> filters/TimeFilter.properties} (63%)
copy
src/site/antora/modules/ROOT/examples/manual/{pattern-layout/marker-pattern-selector/log4j2.xml
=> filters/TimeFilter.xml} (68%)
copy src/site/antora/modules/ROOT/examples/manual/{flowtracing/log4j2.yaml =>
filters/TimeFilter.yaml} (69%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/filters/configs.json
create mode 100644
src/site/antora/modules/ROOT/examples/manual/filters/configs2.json
copy
log4j-core-test/src/main/java/org/apache/logging/log4j/core/test/categories/AsyncLoggers.java
=> src/site/antora/modules/ROOT/examples/manual/filters/global.groovy (78%)
copy
log4j-plugins-test/src/main/java/org/apache/logging/log4j/plugins/test/validation/di/PrototypeBean.java
=> src/site/antora/modules/ROOT/examples/manual/filters/local.groovy (89%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/messages/log-event.json
create mode 100644 src/site/antora/modules/ROOT/partials/manual/log-event.adoc