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 7b4b24256d Fail on Antora failures
7b4b24256d is described below

commit 7b4b24256dc83d08e1b476a7154e2763b71d281b
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu May 30 14:36:35 2024 +0200

    Fail on Antora failures
---
 antora-playbook.yaml                                                  | 4 ++++
 .../antora/modules/ROOT/pages/log4j-spring-cloud-config-client.adoc   | 4 +---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/antora-playbook.yaml b/antora-playbook.yaml
index e0eb4cb0cd..d566700af7 100644
--- a/antora-playbook.yaml
+++ b/antora-playbook.yaml
@@ -28,6 +28,10 @@ content:
         - target/generated-site/antora
       edit_url:
 
+runtime:
+  log:
+    failure_level: error
+
 asciidoc:
   attributes:
     # JSON Template Layout manual page has a deep sectioning, support it.
diff --git 
a/src/site/antora/modules/ROOT/pages/log4j-spring-cloud-config-client.adoc 
b/src/site/antora/modules/ROOT/pages/log4j-spring-cloud-config-client.adoc
index 832bb19ad1..8720369b4b 100644
--- a/src/site/antora/modules/ROOT/pages/log4j-spring-cloud-config-client.adoc
+++ b/src/site/antora/modules/ROOT/pages/log4j-spring-cloud-config-client.adoc
@@ -128,9 +128,7 @@ If more extensive authentication is required an 
`AuthorizationProvider` can be i
 xref:manual/systemproperties.adoc#log4j.auth.provider[`log4j.auth.provider`]
 system property, in log4j2.component.properties or in Spring's `bootstrap.yml` 
using either the `log4j2.authorizationProvider` or 
`logging.auth.authorizationProvider` key.
 
-For the properties required by TLS configuration see
-xref:manual/systemproperties
-.adoc#properties-transport-security[the Transport Security configuration].
+For the properties required by TLS configuration see 
xref:manual/systemproperties.adoc#properties-transport-security[the Transport 
Security configuration].
 
 == Requirements
 

Reply via email to