Change the libapache2-mod-shib2 section to httpd
[shibboleth/sp.git] / configs / native.logger.in
1 # set overall behavior
2 log4j.rootCategory=INFO, native_log
3
4 # fairly verbose for DEBUG, so generally leave at INFO
5 log4j.category.XMLTooling.XMLObject=INFO
6 log4j.category.XMLTooling.KeyInfoResolver=INFO
7 log4j.category.Shibboleth.PropertySet=INFO
8
9 # raise for low-level tracing of SOAP client HTTP/SSL behavior
10 log4j.category.XMLTooling.libcurl=INFO
11
12 # useful categories to tune independently:
13 #
14 # tracing of SAML messages and security policies
15 #log4j.category.OpenSAML.MessageDecoder=DEBUG
16 #log4j.category.OpenSAML.MessageEncoder=DEBUG
17 #log4j.category.OpenSAML.SecurityPolicyRule=DEBUG
18 # interprocess message remoting
19 #log4j.category.Shibboleth.Listener=DEBUG
20 # mapping of requests to applicationId
21 #log4j.category.Shibboleth.RequestMapper=DEBUG
22 # high level session cache operations
23 #log4j.category.Shibboleth.SessionCache=DEBUG
24 # persistent storage and caching
25 #log4j.category.XMLTooling.StorageService=DEBUG
26
27 # define the appender
28
29 # This is the default, but it's essentially useless under normal
30 # circumstances since Apache doesn't have access to write to that
31 # directory.
32 #log4j.appender.native_log=org.apache.log4j.RollingFileAppender
33 #log4j.appender.native_log.fileName=@-SHIRELOGDIR-@/native.log
34 #log4j.appender.native_log.maxFileSize=1000000
35 #log4j.appender.native_log.maxBackupIndex=10
36 ##log4j.appender.native_log.layout=org.apache.log4j.BasicLayout
37 #log4j.appender.native_log.layout=org.apache.log4j.PatternLayout
38 #log4j.appender.native_log.layout.ConversionPattern=%d{%Y-%m-%d %H:%M:%S} %p %c %x: %m%n
39
40 # Use syslog instead, since then at least the messages will go somewhere.
41 # That facility is (3 << 3) or LOG_DAEMON, since log4cpp apparently
42 # doesn't recognize symbolic log facilities.
43 #
44 # This is a Debian-specific change.
45 log4j.appender.native_log=org.apache.log4j.LocalSyslogAppender
46 log4j.appender.native_log.syslogName=shibboleth-sp
47 log4j.appender.native_log.facility=24
48 log4j.appender.native_log.layout=org.apache.log4j.BasicLayout