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

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


The following commit(s) were added to refs/heads/main by this push:
     new 92321f4d2b Fix YAML typo in `main-elements.yaml` (#3114)
92321f4d2b is described below

commit 92321f4d2b5affee409cc7e124b98a6d77574a0b
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"

Reply via email to