All Downloads are FREE. Search and download functionalities are using the official Maven repository.

oonlabs.coming.coming.2.source-code.log4j2.properties Maven / Gradle / Ivy

The newest version!
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{yy-MM-dd HH:mm:ss} %p %c{1}:%L - %m%n
 
rootLogger.level = debug
rootLogger.appenderRefs = stdout
rootLogger.appenderRef.stdout.ref = STDOUT




© 2015 - 2024 Weber Informatics LLC | Privacy Policy