Skip to content

Commit d63a1c5

Browse files
committed
fix links
1 parent ae657c8 commit d63a1c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The output will be formatted using a PatternLayout set to the following pattern:
7575
7676
[source,log]
7777
----
78-
%timestamp [%thread] %level %logger %ndc - %message%newline
78+
%timestamp [%thread] %level %logger - %message%newline
7979
----
8080
8181
Note that by default, the root logger is assigned to Level.DEBUG.
@@ -231,7 +231,7 @@ When roll-over occurs, the old version of example.log is automatically moved to
231231
Note that to obtain these different logging behaviors we did not need to recompile code.
232232
We could just as easily have logged to an email address or redirected all Animals.Carnivora output to an remote syslog server.
233233
234-
For more examples of configuring appenders using the XmlConfigurator see xref:configuration-examples.adoc[Example Appender Configuration].
234+
For more examples of configuring appenders using the XmlConfigurator see xref:manual/configuration-examples.adoc[Example Appender Configuration].
235235
236236
[#configuration-attributes]
237237
== Configuration Attributes
@@ -565,7 +565,7 @@ The <appender> element supports the following child elements:
565565
566566
|===
567567
568-
For examples of configuring appenders see xref:configuration-examples.adoc[Example Appender Configuration].
568+
For examples of configuring appenders see xref:manual/configuration-examples.adoc[Example Appender Configuration].
569569
570570
[#filters]
571571
=== Filters

0 commit comments

Comments
 (0)