Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
ec291874
Commit
ec291874
authored
18 years ago
by
Howard Chu
Browse files
Options
Downloads
Patches
Plain Diff
More logging tweaks
parent
1a232bea
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/man/man5/slapd-config.5
+6
-2
6 additions, 2 deletions
doc/man/man5/slapd-config.5
doc/man/man5/slapd.conf.5
+1
-2
1 addition, 2 deletions
doc/man/man5/slapd.conf.5
with
7 additions
and
4 deletions
doc/man/man5/slapd-config.5
+
6
−
2
View file @
ec291874
...
...
@@ -488,6 +488,11 @@ see
.B minssf
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.
.TP
.B olcLogLevel: <integer> [...]
Specify the level at which debugging statements and operation
statistics should be syslogged (currently logged to the
...
...
@@ -496,8 +501,7 @@ LOG_LOCAL4 facility).
They must be considered subsystems rather than increasingly verbose
log levels.
Some messages with higher priority are logged regardless
of the configured loglevel as soon as some logging is configured,
otherwise anything is logged at all.
of the configured loglevel as soon as any logging is configured.
Log levels are additive, and available levels are:
.RS
.RS
...
...
This diff is collapsed.
Click to expand it.
doc/man/man5/slapd.conf.5
+
1
−
2
View file @
ec291874
...
...
@@ -519,8 +519,7 @@ LOG_LOCAL4 facility).
They must be considered subsystems rather than increasingly verbose
log levels.
Some messages with higher priority are logged regardless
of the configured loglevel as soon as some logging is configured,
otherwise anything is logged at all.
of the configured loglevel as soon as any logging is configured.
Log levels are additive, and available levels are:
.RS
.RS
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment