Skip to content

Commit f6a8a87

Browse files
committed
Tied up logger config
Removed the logging configuration for DirectoryClassLoader as this class does not produce log messages (see commit 779bd50)
1 parent 3064f26 commit f6a8a87

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/config/log4j.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
</layout>
1010
</appender>
1111

12-
<logger name="org.culturegraph.mf.runner.util.DirectoryClassLoader">
13-
<level value="warning" />
14-
</logger>
15-
1612
<root>
1713
<priority value="info" />
1814
<appender-ref ref="stdout" />

0 commit comments

Comments
 (0)