|
@@ -31,6 +31,11 @@ level=INFO
|
|
|
handlers=errorlog
|
|
handlers=errorlog
|
|
|
qualname=kazoo.client
|
|
qualname=kazoo.client
|
|
|
|
|
|
|
|
|
|
+[logger_djangosaml2]
|
|
|
|
|
+level=INFO
|
|
|
|
|
+handlers=errorlog
|
|
|
|
|
+qualname=djangosaml2
|
|
|
|
|
+
|
|
|
# The logrotation limit is set at 5MB per file for a total of 5 copies.
|
|
# The logrotation limit is set at 5MB per file for a total of 5 copies.
|
|
|
# I.e. 25MB for each set of logs.
|
|
# I.e. 25MB for each set of logs.
|
|
|
[handler_accesslog]
|
|
[handler_accesslog]
|
|
@@ -58,7 +63,7 @@ format=[%(asctime)s] %(levelname)-8s %(message)s
|
|
|
datefmt=%d/%b/%Y %H:%M:%S %z
|
|
datefmt=%d/%b/%Y %H:%M:%S %z
|
|
|
|
|
|
|
|
[loggers]
|
|
[loggers]
|
|
|
-keys=root,access,django_auth_ldap,kazoo_client
|
|
|
|
|
|
|
+keys=root,access,django_auth_ldap,kazoo_client,djangosaml2
|
|
|
|
|
|
|
|
[handlers]
|
|
[handlers]
|
|
|
keys=logfile,accesslog,errorlog
|
|
keys=logfile,accesslog,errorlog
|