Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
c9c0e9f0
Commit
c9c0e9f0
authored
Feb 15, 2021
by
Quanah Gibson-Mount
Browse files
ITS#8248 - Clarify documentation around logfile directive
parent
5b2988ca
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/man/man5/lloadd.conf.5
View file @
c9c0e9f0
...
@@ -173,9 +173,12 @@ If modified after server starts up, a change to this option will not take
...
@@ -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.
effect until the server has been restarted.
.TP
.TP
.B logfile <filename>
.B logfile <filename>
Specify a file for recording debug log messages. By default these messages
Specify a file for recording lloadd debug messages. By default these messages
only go to stderr and are not recorded anywhere else. Specifying a logfile
only go to stderr, are not recorded anywhere else, and are unrelated to
copies messages to both stderr and the logfile.
messages exposed by the
.B loglevel
configuration parameter. Specifying a logfile copies messages to both stderr
and the logfile.
.TP
.TP
.B loglevel <integer> [...]
.B loglevel <integer> [...]
Specify the level at which debugging statements and operation
Specify the level at which debugging statements and operation
...
...
doc/man/man5/slapd-config.5
View file @
c9c0e9f0
...
@@ -539,9 +539,12 @@ see
...
@@ -539,9 +539,12 @@ see
option description. The default is 71.
option description. The default is 71.
.TP
.TP
.B olcLogFile: <filename>
.B olcLogFile: <filename>
Specify a file for recording debug log messages. By default these messages
Specify a file for recording slapd debug messages. By default these messages
only go to stderr and are not recorded anywhere else. Specifying a logfile
only go to stderr, are not recorded anywhere else, and are unrelated to
copies messages to both stderr and the logfile.
messages exposed by the
.B loglevel
configuration parameter. Specifying a logfile copies messages to both stderr
and the logfile.
.TP
.TP
.B olcLogLevel: <integer> [...]
.B olcLogLevel: <integer> [...]
Specify the level at which debugging statements and operation
Specify the level at which debugging statements and operation
...
...
doc/man/man5/slapd.conf.5
View file @
c9c0e9f0
...
@@ -615,9 +615,12 @@ see
...
@@ -615,9 +615,12 @@ see
option description. The default is 71.
option description. The default is 71.
.TP
.TP
.B logfile <filename>
.B logfile <filename>
Specify a file for recording debug log messages. By default these messages
Specify a file for recording slapd debug messages. By default these messages
only go to stderr and are not recorded anywhere else. Specifying a logfile
only go to stderr, are not recorded anywhere else, and are unrelated to
copies messages to both stderr and the logfile.
messages exposed by the
.B loglevel
configuration parameter. Specifying a logfile copies messages to both stderr
and the logfile.
.TP
.TP
.B loglevel <integer> [...]
.B loglevel <integer> [...]
Specify the level at which debugging statements and operation
Specify the level at which debugging statements and operation
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment