[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: How to turn on all debug/log messages



At 12:33 PM 2002-06-13, Gareth S Bestor wrote:
>[My apologies for initially posting this to the wrong list...]
>
>I'm trying to debug a slapd problem and have turned on syslogging for
>local4.* . But I notice some other unconditional Debug() messages in the
>source that are not coming out; eg LDAP_DEBUG_TRACE.

Have you requested trace messages be logged?  (via loglevel)

>How to I turn on ALL debugging/logs for openldap and where is it logged to?

loglevel -1 and everything will go to syslog at local4.
or -d -1 and everything will go to standard erorr.

Kurt