From: Howard Chu Date: Fri, 9 Mar 2007 09:56:30 +0000 (+0000) Subject: More logging tweaks X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~623 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ec291874258ad01f23679c6727e6c28c231a856f;p=openldap More logging tweaks --- diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5 index a79633e3de..b90e18b0e0 100644 --- a/doc/man/man5/slapd-config.5 +++ b/doc/man/man5/slapd-config.5 @@ -488,6 +488,11 @@ see .B minssf option description. The default is 71. .TP +.B olcLogFile +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: [...] 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 diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index a37c174550..2bed34d5de 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -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