Skip to content

Commit 5e9134f

Browse files
committed
Fix broken link
1 parent 4c0930a commit 5e9134f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/antora/modules/ROOT/partials/properties-async-logger.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Setting this value to `false` may lead to very high CPU utilization when the asy
139139
`CACHED` otherwise
140140
|===
141141
142-
Specifies the link:../javadoc/log4j-core/org/apache/logging/log4j/core/async/ThreadNameCachingStrategy[ThreadNameCachingStrategy] to use to cache the result of https://docs.oracle.com/javase/{java-target-version}/docs/api/java/lang/Thread.html#getName()[Thread.getName()].
142+
Specifies the link:../javadoc/log4j-core/org/apache/logging/log4j/core/async/ThreadNameCachingStrategy[ThreadNameCachingStrategy] to use to cache the result of https://docs.oracle.com/javase/{java-target-version}/docs/api/java/lang/Thread.html#getName--[Thread.getName()].
143143
144144
This setting allows to cache the result of `Thread.getName()` calls and has two values:
145145

0 commit comments

Comments
 (0)