]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Updated log_path comment to include syslog.
authorTimo Sirainen <tss@iki.fi>
Wed, 16 Jun 2010 18:35:36 +0000 (19:35 +0100)
committerTimo Sirainen <tss@iki.fi>
Wed, 16 Jun 2010 18:35:36 +0000 (19:35 +0100)
--HG--
branch : HEAD

doc/example-config/conf.d/10-logging.conf

index fb449d7a8ff9c2dfa257a74c28dc23e8b7369b86..a9e801df0aa02209f0f47877326e82c37ebaf66f 100644 (file)
@@ -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 =