diff --git a/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-async.adoc b/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-async.adoc index 5f0d5fe96db..fba13b922f7 100644 --- a/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-async.adoc +++ b/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-async.adoc @@ -63,7 +63,7 @@ Discard:: when the queue is full, it drops the events whose level is equal or le [cols="1h,5"] |=== | Env. variable | LOG4J_DISCARD_THRESHOLD -| Type | link:../javadoc/log4j-api/org/apache/logging/log4j/Level[Level] +| Type | link:../javadoc/log4j-api/org/apache/logging/log4j/Level.html[Level] | Default value | `INFO` |=== diff --git a/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-configuration-factory.adoc b/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-configuration-factory.adoc index 191699e4201..bfa41a3c654 100644 --- a/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-configuration-factory.adoc +++ b/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-configuration-factory.adoc @@ -57,7 +57,7 @@ See also xref:manual/configuration.adoc#AutomaticConfiguration[Automatic Configu [cols="1h,5"] |=== | Env. variable | LOG4J_LEVEL -| Type | link:../javadoc/log4j-api/org/apache/logging/log4j/Level[Level] +| Type | link:../javadoc/log4j-api/org/apache/logging/log4j/Level.html[Level] | Default value | `ERROR` |=== diff --git a/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-simple-logger.adoc b/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-simple-logger.adoc index abdd1ecdd7a..fdc28b2c622 100644 --- a/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-simple-logger.adoc +++ b/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-simple-logger.adoc @@ -20,7 +20,7 @@ [cols="1h,5"] |=== | Env. variable | LOG4J_SIMPLELOG_LEVEL -| Type | link:../javadoc/log4j-api/org/apache/logging/log4j/Level[Level] +| Type | link:../javadoc/log4j-api/org/apache/logging/log4j/Level.html[Level] | Default value | `ERROR` |=== @@ -32,7 +32,7 @@ Default level for new logger instances. [cols="1h,5"] |=== | Env. variable | LOG4J_SIMPLELOG_<LOGGER_NAME>_LEVEL -| Type | link:../javadoc/log4j-api/org/apache/logging/log4j/Level[Level] +| Type | link:../javadoc/log4j-api/org/apache/logging/log4j/Level.html[Level] | Default value | value of <> |=== diff --git a/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-status-logger.adoc b/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-status-logger.adoc index c010a594f0c..ab17d18e9b2 100644 --- a/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-status-logger.adoc +++ b/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-status-logger.adoc @@ -45,7 +45,7 @@ Once the limit is reached newer entries will overwrite the oldest ones. [cols="1h,5"] |=== | Env. variable | LOG4J_STATUS_LOGGER_LEVEL -| Type | link:../javadoc/log4j-api/org/apache/logging/log4j/Level[Level] +| Type | link:../javadoc/log4j-api/org/apache/logging/log4j/Level.html[Level] | Default value | `ERROR` |===