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

FW: debug logging



Can anyone else comment on this? Seems like a lot to log every query.

----------
From: jimd@siu.edu
Reply-To: jimd@siu.edu
Date: Tue, 10 Apr 2001 19:35:37 +0000 (CDT)
To: dyoung@nettonettech.com
Subject: Re: debug logging

While I am not sure whether you can disable logging altogther, probably
through compilation configuration - but I don't know how, what you are
seeing is "normal" LDAP log entries.


On 10 Apr, David Young wrote:
> My slapd seems to be doing debug logging even though I don't think
> I've told it to. Is there somewhere to enable/disable debug logging
> that I have missed?
> 
> My slapd.conf has this line, but commented out:
> #loglevel 288
> 
> and I am starting slapd like this:
> /usr/local/libexec/slapd -f /usr/local/etc/openldap/slapd.conf
> 
> and yet I am seeing entries like this in /var/log/debug:
> 
> Apr 10 13:07:26 mail slapd[6095]: conn=26 op=0 RESULT tag=97 err=0
> text= Apr 10 13:07:26 mail slapd[6194]: conn=26 op=1 SRCH
> base="dc=NetToNetTech,dc=com" scope=2
> filter="(|(mail=mollycooper@nettonettech.com)(mailAlternateAddress=mollycoop
> er@nettonettech.com))"
> Apr 10 13:07:26 mail slapd[6194]: conn=26 op=1 SEARCH RESULT tag=101
> err=0 text= Apr 10 13:07:26 mail slapd[6094]: conn=26 op=2 UNBIND Apr
> 10 13:07:26 mail slapd[6094]: conn=-1 fd=12 closed
>