Browse Source

fix: 修改ldap分页日志为debug模式

pull/7228/head
Michael Bai 3 years ago committed by Jiangjie.Bai
parent
commit
6e5dcc738e
  1. 2
      apps/settings/utils/ldap.py

2
apps/settings/utils/ldap.py

@ -114,7 +114,7 @@ class LDAPServerUtil(object):
cookie = self.connection.result['controls']['1.2.840.113556.1.4.319']['value']['cookie']
return cookie
except Exception as e:
logger.error(e, exc_info=True)
logger.debug(e, exc_info=True)
return None
def get_search_filter_extra(self):

Loading…
Cancel
Save