|
|
@@ -36,6 +36,11 @@ level=DEBUG
|
|
|
handlers=errorlog
|
|
|
qualname=requests.packages.urllib3.connectionpool
|
|
|
|
|
|
+[logger_django_db]
|
|
|
+level=DEBUG
|
|
|
+handlers=errorlog
|
|
|
+qualname=django.db.backends
|
|
|
+
|
|
|
[handler_stderr]
|
|
|
class=StreamHandler
|
|
|
formatter=default
|
|
|
@@ -78,7 +83,7 @@ datefmt=%d/%b/%Y %H:%M:%S %z
|
|
|
########################################
|
|
|
|
|
|
[loggers]
|
|
|
-keys=root,access,django_auth_ldap,kazoo_client,requests_packages_urllib3_connectionpool,djangosaml2
|
|
|
+keys=root,access,django_auth_ldap,kazoo_client,requests_packages_urllib3_connectionpool,djangosaml2,django_db
|
|
|
|
|
|
[handlers]
|
|
|
keys=stderr,logfile,accesslog,errorlog
|