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