initialize new logging routines (behind NEW_LOGGING)

This commit is contained in:
Gary Williams 2000-10-25 16:50:45 +00:00
parent d65bf04894
commit a0b93ce648

View file

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