|
@@ -36,6 +36,11 @@ level=INFO
|
|
|
handlers=errorlog
|
|
handlers=errorlog
|
|
|
qualname=djangosaml2
|
|
qualname=djangosaml2
|
|
|
|
|
|
|
|
|
|
+[logger_django_db]
|
|
|
|
|
+level=DEBUG
|
|
|
|
|
+handlers=errorlog
|
|
|
|
|
+qualname=django.db.backends
|
|
|
|
|
+
|
|
|
# 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]
|
|
@@ -63,7 +68,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,djangosaml2
|
|
|
|
|
|
|
+keys=root,access,django_auth_ldap,kazoo_client,djangosaml2,django_db
|
|
|
|
|
|
|
|
[handlers]
|
|
[handlers]
|
|
|
keys=logfile,accesslog,errorlog
|
|
keys=logfile,accesslog,errorlog
|