From e47c5d6a799249395dc908e057d4c47ac01a3dba Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 16 Jun 2010 19:35:36 +0100 Subject: [PATCH] example-config: Updated log_path comment to include syslog. --HG-- branch : HEAD --- doc/example-config/conf.d/10-logging.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/example-config/conf.d/10-logging.conf b/doc/example-config/conf.d/10-logging.conf index fb449d7a8f..a9e801df0a 100644 --- a/doc/example-config/conf.d/10-logging.conf +++ b/doc/example-config/conf.d/10-logging.conf @@ -2,9 +2,9 @@ ## Log destination. ## -# Log file to use for error messages, instead of sending them to syslog. -# /dev/stderr can be used to log into stderr. -#log_path = +# Log file to use for error messages. "syslog" logs to syslog, +# /dev/stderr logs to stderr. +#log_path = syslog # Log file to use for informational messages. Defaults to log_path. #info_log_path = -- 2.47.3