]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#7584 packets, BER, and parse loglevels
authorHoward Chu <hyc@openldap.org>
Mon, 15 Feb 2021 18:08:40 +0000 (18:08 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 15 Feb 2021 18:09:47 +0000 (18:09 +0000)
Note these are only valid for debug output, not syslog

doc/man/man5/slapd-config.5
doc/man/man5/slapd.conf.5

index a1bbcb00495731a750b6a6bbe2c26083702eb259..90341e5479348c4a14c0705aa63f46613cf3e92b 100644 (file)
@@ -647,6 +647,18 @@ In fact, if no olcLogLevel (or a 0 level) is defined, no logging occurs,
 so at least the 
 .B none
 level is required to have high priority messages logged.
+
+Note that the
+.BR packets ,
+.BR BER ,
+and
+.B parse
+levels are only available as debug output on stderr, and are not
+sent to syslog.
+
+This setting defaults to \fBstats\fP.
+This level should usually also be included when using other loglevels, to
+help analyze the logs.
 .RE
 .TP
 .B olcPasswordCryptSaltFormat: <format>
index 24e295a5ee960d124e7b5e725c8d7e6f88438986..2c8b74e9094afc4593e729012cb2ad2f07926ad4 100644 (file)
@@ -698,6 +698,14 @@ so at least the
 .B none
 level is required to have high priority messages logged.
 
+Note that the
+.BR packets ,
+.BR BER ,
+and
+.B parse
+levels are only available as debug output on stderr, and are not
+sent to syslog.
+
 The loglevel defaults to \fBstats\fP.
 This level should usually also be included when using other loglevels, to
 help analyze the logs.