|
|
@@ -22,6 +22,10 @@ handlers=logfile,errorlog
|
|
|
handlers=accesslog
|
|
|
qualname=access
|
|
|
|
|
|
+[logger_django_auth_ldap]
|
|
|
+handlers=accesslog
|
|
|
+qualname=django_auth_ldap
|
|
|
+
|
|
|
# The logrotation limit is set at 5MB per file for a total of 5 copies.
|
|
|
# I.e. 25MB for each set of logs.
|
|
|
[handler_accesslog]
|
|
|
@@ -49,7 +53,7 @@ format=[%(asctime)s] %(levelname)-8s %(message)s
|
|
|
datefmt=%d/%b/%Y %H:%M:%S %z
|
|
|
|
|
|
[loggers]
|
|
|
-keys=root,access
|
|
|
+keys=root,access,django_auth_ldap
|
|
|
|
|
|
[handlers]
|
|
|
keys=logfile,accesslog,errorlog
|