TelegramAPI/src/main/resources/log4j2.properties

18 lines
446 B
Properties
Raw Normal View History

2019-02-01 20:24:50 +01:00
status = error
name = PropertiesConfig
filters = threshold
filter.threshold.type = ThresholdFilter
filter.threshold.level = debug
appenders = console
appender.console.type = Console
appender.console.name = STDOUT
appender.console.layout.type = PatternLayout
appender.console.layout.pattern = %d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n
2019-02-08 14:14:11 +01:00
rootLogger.level = info
2019-02-01 20:24:50 +01:00
rootLogger.appenderRefs = stdout
rootLogger.appenderRef.stdout.ref = STDOUT