Skip to content

Commit 441fd61

Browse files
djbrowntheit
authored andcommitted
doc: fix name of properties file for LoggerContextFactory (apache#1470)
The file is called ´log4j2.component.properties´ not ´log4j2.LogManager.properties´.
1 parent 1b006d9 commit 441fd61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/site/xdoc/manual/extending.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
name of the class that implements <code>org.apache.logging.spi.Provider</code>.
6161
</li>
6262
</ol></li>
63-
<li>Setting the system property <var>log4j2.loggerContextFactory</var> to the name of the
63+
<li>Setting the system property <code>log4j2.loggerContextFactory</code> to the name of the
6464
<code>LoggerContextFactory</code> class to use.
6565
</li>
66-
<li>Setting the property "log4j2.loggerContextFactory" in a properties file named
67-
"log4j2.LogManager.properties" to the name of the LoggerContextFactory class to use. The properties
66+
<li>Setting the property <code>log4j2.loggerContextFactory</code> in a properties file named
67+
<code>log4j2.component.properties</code> to the name of the LoggerContextFactory class to use. The properties
6868
file must be on the classpath.
6969
</li>
7070
</ol>

0 commit comments

Comments
 (0)