mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
ITS#7584 packets, BER, and parse loglevels
Note these are only valid for debug output, not syslog
This commit is contained in:
parent
4242acba98
commit
9090dd727b
2 changed files with 20 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue