2 # This is the log4j configuration file for the utilities in
3 # shibboleth/java/bin. The log4j.properties used for shibboleth itself is
4 # shibboleth/java/src/conf/log4j.properties.
7 log4j.rootCategory=WARN, stdout
8 log4j.logger.org.apache.xml.security=OFF
9 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
10 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
11 log4j.appender.stdout.layout.ConversionPattern=%-5p %-36X{serviceId} %d{ISO8601} (%c:%L) - %m%n
14 # Uncomment the following line to enable verbose debugging output concerning log4j initialization.
18 # The following block represents an example of how to direct logging output to a file.
19 #log4j.rootCategory=DEBUG, file
20 #log4j.logger.org.apache.xml.security=OFF
21 #log4j.appender.file=org.apache.log4j.RollingFileAppender
22 #log4j.appender.file.File=/var/log/shib.log
23 #log4j.appender.file.MaxFileSize=100KB
24 #log4j.appender.file.MaxBackupIndex=1
25 #log4j.appender.file.layout=org.apache.log4j.PatternLayout
26 #log4j.appender.file.layout.ConversionPattern=%5p [%t] (%c:%L) - %m%n