mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-26 18:38:38 -06:00
Update authentication.py
Modifying the default logging level to `INFO`.
This commit is contained in:
parent
22a80c5558
commit
fb762cd712
@ -175,6 +175,6 @@ class LDAPBackend:
|
||||
# Enable logging for django_auth_ldap
|
||||
ldap_logger = logging.getLogger('django_auth_ldap')
|
||||
ldap_logger.addHandler(logging.StreamHandler())
|
||||
ldap_logger.setLevel(logging.DEBUG)
|
||||
ldap_logger.setLevel(logging.INFO)
|
||||
|
||||
return obj
|
||||
|
Loading…
Reference in New Issue
Block a user