changeset 5142:ce0a73d564f3 HEAD

Cleaned up the log_file and info_log_file comments.
author Timo Sirainen <tss@iki.fi>
date Thu, 15 Feb 2007 19:00:56 +0200
parents 8c0c4b524d84
children 5a0506cb73c5
files dovecot-example.conf
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Thu Feb 15 16:26:24 2007 +0200
+++ b/dovecot-example.conf	Thu Feb 15 19:00:56 2007 +0200
@@ -56,11 +56,12 @@
 ## Logging
 ##
 
-# Use this logfile instead of syslog(). /dev/stderr can be used if you want to
-# use stderr for logging (ONLY /dev/stderr - otherwise it is closed).
+# Log file to use for error messages, instead of sending them to syslog.
+# /dev/stderr can be used to log into stderr.
 #log_path = 
 
-# For informational messages, use this logfile instead of the default
+# Log file to use for informational and debug messages.
+# Default is the same as log_path.
 #info_log_path = 
 
 # Prefix for each line written to log file. % codes are in strftime(3)