Skip to content

Commit e2d1a95

Browse files
committed
Fix additional missing links
1 parent 1ce6f9b commit e2d1a95

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/site/antora/modules/ROOT/nav.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
* xref:manual/api.adoc[API]
2727
** xref:manual/api.adoc#loggers[Loggers]
2828
*** xref:manual/eventlogging.adoc[]
29-
*** xref:manual/resource-logger.adoc[]
3029
*** xref:manual/simple-logger.adoc[]
3130
*** xref:manual/status-logger.adoc[]
3231
** xref:manual/logbuilder.adoc[]

src/site/antora/modules/ROOT/pages/manual/garbagefree.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ Not all Log4j API feature set is garbage-free, specifically:
210210
211211
* The `ThreadContext` map (aka. MDC) is not garbage-free by default, but can be configured to be garbage-free by setting <<log4j2.garbagefreeThreadContextMap,the `log4j2.garbagefreeThreadContextMap` system property>> to `true`.
212212
* The `ThreadContext` stack (aka. NDC) is not garbage-free.
213-
* xref:manual/scoped-context.adoc[] is not garbage-free.
214213
* Logging very large messages (i.e., more than <<log4j2.maxReusableMsgSize>> characters, which defaults to 518), when all loggers are xref:manual/async.adoc[asynchronous loggers], will cause the internal `StringBuilder` in the
215214
`RingBuffer` to be trimmed back to their configured maximum size.
216215
* Logging messages containing `$\{variable}` substitutions creates temporary objects.

0 commit comments

Comments
 (0)