FreeBSD Port: openldap-server-2.3.24: default loglevel and /var/log/debug.log

Matthew Seaman m.seaman at infracaninophile.co.uk
Sat Jul 22 20:45:19 UTC 2006


Thierry Lacoste wrote:

> It seems that the default loglevel is set to 256; correct?
> Is this the default for openldap?
> I've been grepping through the sources but was unable
> to verify my hypothesis. How can I know the actual default loglevel?

http://www.openldap.org/doc/admin23/slapdconfig.html#Configuration%20File%20Directives

Section 6.2.1.5:

   "Default:

      loglevel 256"

So, Correct, yes.  However that loglevel records the activity of the
server in about the same level of detail as you'ld hope to see from any
other network server.

> Because slapd is logging through local4 and /etc/syslog.conf contains
> *.=debug   /var/log/debug.log
> the file is growing rapidly.
> 
> Are these defaults recommended for a production server?
> If not, what are the recommendations concerning slapd loglevel
> and/or syslog.conf configuration?

Having slapd write logs is certainly a good thing.  However it seems
that your only choice of how to log what slapd does is via syslog using
the LOG_LOCAL4 facility.  If the slapd logging is too voluminous and 
clogging up files that should show other logs, you can tell syslog not
to include it.  Eg for your debug.log:

    !-slapd
    *.=debug               /var/log/debug.log

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       7 Priory Courtyard
                                                      Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey         Ramsgate
                                                      Kent, CT11 9PW

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20060722/c6cf8865/signature.pgp


More information about the freebsd-ports mailing list