]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
mail_log_prefix default setting: Don't uppercase the service name.
authorTimo Sirainen <tss@iki.fi>
Fri, 15 May 2009 19:15:52 +0000 (15:15 -0400)
committerTimo Sirainen <tss@iki.fi>
Fri, 15 May 2009 19:15:52 +0000 (15:15 -0400)
--HG--
branch : HEAD

dovecot-example.conf
src/lib-storage/mail-storage-settings.c

index 2b148a16a93c715e98af82477278a9885f4c20a7..df8b65934e5c7e7da7a8f7e3160c92571ba820d4 100644 (file)
@@ -328,7 +328,7 @@ ssl_key_file = </etc/ssl/private/dovecot.pem
 
 # Log prefix for mail processes. See doc/wiki/Variables.txt for list of
 # possible variables you can use.
-#mail_log_prefix = "%Us(%u): "
+#mail_log_prefix = "%s(%u): "
 
 # Max. number of lines a mail process is allowed to log per second before it's
 # throttled. 0 means unlimited. Typically there's no need to change this
index 0610b7d4ba159195e74d92967b787ff58297ef4e..44f8c369eac4987dfe922803bece8437536d2543 100644 (file)
@@ -181,7 +181,7 @@ static struct mail_user_settings mail_user_default_settings = {
        MEMBER(mail_plugins) "",
        MEMBER(mail_plugin_dir) MODULEDIR,
 
-       MEMBER(mail_log_prefix) "%Us(%u): ",
+       MEMBER(mail_log_prefix) "%s(%u): ",
 
        MEMBER(namespaces) ARRAY_INIT,
        MEMBER(plugin_envs) ARRAY_INIT