Skip to content

Commit de5a478

Browse files
committed
Remove Log Separation
1 parent 2f50d43 commit de5a478

File tree

4 files changed

+3
-118
lines changed

4 files changed

+3
-118
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ class Logger {
213213
214214
In most cases, applications have a single global `LoggerContext`.
215215
Though in certain cases (e.g., Java EE applications), Log4j can be configured to accommodate multiple ``LoggerContext``s.
216-
Refer to xref:manual/logsep.adoc[] for details.
216+
Refer to xref:jakarta.adoc#log-separation[Log Separation] for details.
217217
218218
[#Configuration]
219219
== `Configuration`

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

Lines changed: 0 additions & 116 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ component specifies the strategy used by Log4j to create new logger contexts.
123123
The choice of `ContextSelector` determines in particular:
124124
125125
* how loggers are divided among logger contexts.
126-
See xref:manual/logsep.adoc[Log Separation] for details.
126+
See xref:jakarta.adoc#log-separation[Log Separation] for details.
127127
128128
* the `Logger` implementation used by Log4j Core.
129129
See xref:manual/async.adoc[Async Logging] as an example of this usage.

src/site/resources/.htaccess

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ RewriteRule "^log4j-slf4j2?-impl(/index)?\.html$" "manual/installation.html#impl
4949
RewriteRule "^log4j-taglib(/index)?\.html$" "manual/webapp.html#log4j-taglib" [R=permanent,NE]
5050
RewriteRule "^manual/api-separation\.html$" "manual/api.html" [R=permanent]
5151
RewriteRule "^manual/cloud\.html$" "soa.html" [R=permanent]
52+
RewriteRule "^manual/logsep\.html$" "jakarta.html#log-separation" [R=permanent,NE]
5253
RewriteRule "^manual/migration\.html$" "migrate-from-log4j1.html" [R=permanent]
5354
RewriteRule "^manual/scala-api\.html$" "/log4j/scala/latest/index.html" [R=permanent]
5455
RewriteRule "^manual/usage\.html$" "manual/api.html" [R=permanent]

0 commit comments

Comments
 (0)