mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
initialize new logging routines (behind NEW_LOGGING)
This commit is contained in:
parent
d65bf04894
commit
a0b93ce648
1 changed files with 4 additions and 0 deletions
|
|
@ -274,6 +274,10 @@ int main( int argc, char **argv )
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef NEW_LOGGING
|
||||
lutil_log_initialize( argc, argv );
|
||||
#endif
|
||||
|
||||
lutil_set_debug_level( "slapd", slap_debug );
|
||||
ber_set_option(NULL, LBER_OPT_DEBUG_LEVEL, &slap_debug);
|
||||
ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, &slap_debug);
|
||||
|
|
|
|||
Loading…
Reference in a new issue