This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new 17024c7c07 Fix YAML typo in `main-elements.yaml` (#3114)
17024c7c07 is described below
commit 17024c7c0796f3c9c4c1335c91815cfb2c92a070
Author: pritampanhale <[email protected]>
AuthorDate: Tue Oct 22 20:39:07 2024 +0200
Fix YAML typo in `main-elements.yaml` (#3114)
---
.../ROOT/examples/manual/configuration/main-elements.yaml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git
a/src/site/antora/modules/ROOT/examples/manual/configuration/main-elements.yaml
b/src/site/antora/modules/ROOT/examples/manual/configuration/main-elements.yaml
index e29280933e..e8b1953edc 100644
---
a/src/site/antora/modules/ROOT/examples/manual/configuration/main-elements.yaml
+++
b/src/site/antora/modules/ROOT/examples/manual/configuration/main-elements.yaml
@@ -35,8 +35,8 @@ Configuration:
- ref: "CONSOLE"
level: "WARN"
- ref: "MAIN"
- Logger: # <5>
- name: "org.example"
- level: "DEBUG"
- AppenderRef:
- ref: "DEBUG_LOG"
+ Logger: # <5>
+ name: "org.example"
+ level: "DEBUG"
+ AppenderRef:
+ ref: "DEBUG_LOG"