ITS#7584 packets, BER, and parse loglevels

Note these are only valid for debug output, not syslog
This commit is contained in:
Howard Chu 2021-02-15 18:08:40 +00:00
parent 4242acba98
commit 9090dd727b
2 changed files with 20 additions and 0 deletions

View 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>

View 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.