aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-12-04 10:53:43 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-12-04 10:53:43 +0000
commitd0314f0ca99d2485054b692de565729f4e961306 (patch)
tree639d551742e0a9c90e25413d97f374b591749834
parentaaaf1af4b7f5406d4db3f2299de8767ec3dab36b (diff)
downloadrspamd-d0314f0ca99d2485054b692de565729f4e961306.tar.gz
rspamd-d0314f0ca99d2485054b692de565729f4e961306.zip
Reduce initial log level.
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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");