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

pull/7228/head
Michael Bai 2021-11-18 18:06:38 +08:00 committed by Jiangjie.Bai
parent 086ecfc046
commit 6e5dcc738e
1 changed files with 1 additions and 1 deletions

View File

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