Skip to content

Commit 1970afe

Browse files
committed
Typo in log4j.xml fixed
1 parent d905cb4 commit 1970afe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/config/log4j.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE log4j:configuration SYSTEM "http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/xml/doc-files/log4j.dtd">
33

44
<log4j:configuration>
5-
<appender name="stout" class="org.apache.log4j.ConsoleAppender">
5+
<appender name="stdout" class="org.apache.log4j.ConsoleAppender">
66
<layout class="org.apache.log4j.PatternLayout">
77
<param name="ConversionPattern"
88
value="%-5p [%t] [%c{1}] %m%n" />
@@ -12,7 +12,7 @@
1212

1313
<root>
1414
<priority value="info" />
15-
<appender-ref ref="stout" />
15+
<appender-ref ref="stdout" />
1616
</root>
1717

1818
</log4j:configuration>

0 commit comments

Comments
 (0)