Don't initialize the loggers with the root logger

master
Etzelia 2018-12-10 20:35:40 +01:00
parent 1702acf350
commit c4c180c29b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Root logger option
log4j.rootLogger=INFO, mcm.global, mcm.staff
log4j.rootLogger=INFO
# Redirect log messages to a log file, support file rolling.
log4j.appender.mcm.global=org.apache.log4j.RollingFileAppender