mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
ITS#8248 - Clarify documentation around logfile directive
This commit is contained in:
parent
5b2988ca54
commit
c9c0e9f05c
@ -173,9 +173,12 @@ If modified after server starts up, a change to this option will not take
|
||||
effect until the server has been restarted.
|
||||
.TP
|
||||
.B logfile <filename>
|
||||
Specify a file for recording debug log messages. By default these messages
|
||||
only go to stderr and are not recorded anywhere else. Specifying a logfile
|
||||
copies messages to both stderr and the logfile.
|
||||
Specify a file for recording lloadd debug messages. By default these messages
|
||||
only go to stderr, are not recorded anywhere else, and are unrelated to
|
||||
messages exposed by the
|
||||
.B loglevel
|
||||
configuration parameter. Specifying a logfile copies messages to both stderr
|
||||
and the logfile.
|
||||
.TP
|
||||
.B loglevel <integer> [...]
|
||||
Specify the level at which debugging statements and operation
|
||||
|
@ -539,9 +539,12 @@ see
|
||||
option description. The default is 71.
|
||||
.TP
|
||||
.B olcLogFile: <filename>
|
||||
Specify a file for recording debug log messages. By default these messages
|
||||
only go to stderr and are not recorded anywhere else. Specifying a logfile
|
||||
copies messages to both stderr and the logfile.
|
||||
Specify a file for recording slapd debug messages. By default these messages
|
||||
only go to stderr, are not recorded anywhere else, and are unrelated to
|
||||
messages exposed by the
|
||||
.B loglevel
|
||||
configuration parameter. Specifying a logfile copies messages to both stderr
|
||||
and the logfile.
|
||||
.TP
|
||||
.B olcLogLevel: <integer> [...]
|
||||
Specify the level at which debugging statements and operation
|
||||
|
@ -615,9 +615,12 @@ see
|
||||
option description. The default is 71.
|
||||
.TP
|
||||
.B logfile <filename>
|
||||
Specify a file for recording debug log messages. By default these messages
|
||||
only go to stderr and are not recorded anywhere else. Specifying a logfile
|
||||
copies messages to both stderr and the logfile.
|
||||
Specify a file for recording slapd debug messages. By default these messages
|
||||
only go to stderr, are not recorded anywhere else, and are unrelated to
|
||||
messages exposed by the
|
||||
.B loglevel
|
||||
configuration parameter. Specifying a logfile copies messages to both stderr
|
||||
and the logfile.
|
||||
.TP
|
||||
.B loglevel <integer> [...]
|
||||
Specify the level at which debugging statements and operation
|
||||
|
Loading…
Reference in New Issue
Block a user