summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/properties/log4j.properties
blob: 8fa5e798b8eb8d827f9f6778337e83356035ecbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# root level logging configuration
log4j.rootLogger=ALL, console

# 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
log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.layout=org.apache.log4j.PatternLayout
log4j.appender.console.layout.ConversionPattern=[%t] %-5p %F - %m%n
log4j.appender.console.encoding=UTF-8
log4j.appender.console.Threshold=INFO