diff dovecot-example.conf @ 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 419b206fd10c
children 9914a148eea1
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)