Skip to content

Commit

Permalink
Uniformize JavaDoc links (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed May 29, 2024
1 parent 9b7e8cb commit 26a6242
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`
|===
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`
|===
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`
|===
Expand All @@ -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 <<log4j2.simplelogLevel>>
|===
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`
|===
Expand Down

0 comments on commit 26a6242

Please sign in to comment.