summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/properties/log4j2.properties
blob: 1b68a76dac9fdce346f4000f06c9ea4067b850da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
status=error
name=log4j2PropertiesConfig

#
# root level logging configuration
#
rootLogger.level=all
rootLogger.appenderRefs=stdout
rootLogger.appenderRef.stdout.ref=logToConsole

# NOTE: The file logging appender is added and configured by the Java
#       implementation, since the logging file path and logic can only
#       be realized by the implementation (using system properties).

#
# configuration for console output
#
appenders=console

appender.console.type=Console
appender.console.name=logToConsole
appender.console.layout.type=PatternLayout
appender.console.layout.pattern=[%t] %-5p %F - %m%n
appender.console.filter.threshold.type=ThresholdFilter
appender.console.filter.threshold.level=info