From: Vsevolod Stakhov Date: Wed, 4 Dec 2013 10:53:43 +0000 (+0000) Subject: Reduce initial log level. X-Git-Tag: 0.6.2~28 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d0314f0ca99d2485054b692de565729f4e961306;p=rspamd.git Reduce initial log level. --- diff --git a/src/main.c b/src/main.c index a4240aa9c..5f5058539 100644 --- a/src/main.c +++ b/src/main.c @@ -1038,7 +1038,7 @@ main (gint argc, gchar **argv, gchar **env) rspamd_main->cfg->log_level = G_LOG_LEVEL_DEBUG; } else { - rspamd_main->cfg->log_level = G_LOG_LEVEL_INFO; + rspamd_main->cfg->log_level = G_LOG_LEVEL_WARNING; } type = g_quark_from_static_string ("main");