mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 12:12:53 -06:00
Fixes: #5199 - Change default logging for LDAP to INFO
This commit is contained in:
parent
23a9cb2fad
commit
f2bc824a8e
@ -176,5 +176,5 @@ class LDAPBackend:
|
||||
ldap_logger = logging.getLogger('django_auth_ldap')
|
||||
ldap_logger.addHandler(logging.StreamHandler())
|
||||
ldap_logger.setLevel(logging.INFO if settings.DEBUG is False else logging.DEBUG)
|
||||
ldap_logger.info('Set Logging')
|
||||
|
||||
return obj
|
||||
|
Loading…
Reference in New Issue
Block a user