mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Add LDAP_DEBUG_SYNC loglevel
This commit is contained in:
parent
a2a313f37f
commit
c79ecbb390
@ -1829,6 +1829,7 @@ config_loglevel(ConfigArgs *c) {
|
||||
{ BER_BVC("Parse"), LDAP_DEBUG_PARSE },
|
||||
{ BER_BVC("Cache"), LDAP_DEBUG_CACHE },
|
||||
{ BER_BVC("Index"), LDAP_DEBUG_INDEX },
|
||||
{ BER_BVC("Sync"), LDAP_DEBUG_SYNC },
|
||||
{ BER_BVC("Any"), -1 },
|
||||
{ BER_BVNULL, 0 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user