You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/site/antora/modules/ROOT/pages/manual/configuration.adoc
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@
19
19
Ralph Goers <rgoers@apache.org>; Piotr Karwasz <pkarwasz@apache.org>
20
20
21
21
Since logging is a common way to monitor the health of an application and diagnose problems that occur in it, even moderately sized applications can contain thousands of logging statements.
22
-
23
22
To decide which of these statements will be logged and where users need to configure Log4j Core.
24
23
25
24
Log4j Core can be configured in two ways:
@@ -111,8 +110,8 @@ See xref:manual/webapp.adoc#configuration[Log4j
111
110
It is also possible to override the location of the configuration file using the
In this case, Log4j will guess the configuration file format from the extension of the provided configuration file or will use the default configuration factory if the extension is unknown.
114
+
116
115
See xref:manual/systemproperties.adoc#log4j2.configurationFile[log4j2.configurationFile] for details.
0 commit comments