MinecraftManagerPlugin/src/main/resources/log4j.properties

17 lines
782 B
Properties
Raw Normal View History

2018-12-07 23:07:54 +00:00
# Root logger option
log4j.rootLogger=INFO
2018-12-07 23:07:54 +00:00
# Redirect log messages to a log file, support file rolling.
log4j.appender.mcm.global=org.apache.log4j.RollingFileAppender
log4j.appender.mcm.global.File=${mcm.log}/global.log
log4j.appender.mcm.global.MaxFileSize=5MB
log4j.appender.mcm.global.MaxBackupIndex=5
log4j.appender.mcm.global.layout=org.apache.log4j.PatternLayout
log4j.appender.mcm.global.layout.ConversionPattern=[%d{M/d/yy hh:mm a}] %m%n
log4j.appender.mcm.staff=org.apache.log4j.RollingFileAppender
log4j.appender.mcm.staff.File=${mcm.log}/staff.log
log4j.appender.mcm.staff.MaxFileSize=5MB
log4j.appender.mcm.staff.MaxBackupIndex=5
log4j.appender.mcm.staff.layout=org.apache.log4j.PatternLayout
log4j.appender.mcm.staff.layout.ConversionPattern=[%d{M/d/yy hh:mm a}] %m%n