From 17024c7c0796f3c9c4c1335c91815cfb2c92a070 Mon Sep 17 00:00:00 2001 From: pritampanhale <31956760+pritampanhale@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:39:07 +0200 Subject: [PATCH] Fix YAML typo in `main-elements.yaml` (#3114) --- .../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 e29280933eb..e8b1953edcf 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"