remove log4j2.properties

This commit is contained in:
Oliver 2020-06-14 12:05:27 +02:00
parent 9f7829b28a
commit 7e8de1156d
Signed by: okaestne
GPG Key ID: 06A81B143EA9588F
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
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
rootLogger.level = info
rootLogger.appenderRefs = stdout
rootLogger.appenderRef.stdout.ref = STDOUT