Explorar o código

Fixes: #5199 - Change default logging for LDAP to INFO

Daniel Sheppard %!s(int64=5) %!d(string=hai) anos
pai
achega
f2bc824a8e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      netbox/netbox/authentication.py

+ 1 - 1
netbox/netbox/authentication.py

@@ -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