aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-11-21 16:20:06 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-11-21 16:20:06 +0000
commit3a790729df214dfb00d0d92f813819b23edb23fb (patch)
treeb96594335c3c96f9652b3db6e6b3ee04c00b46df /src/main.c
parent663b3baddce648e320657b0443aaf2629e9be98d (diff)
downloadrspamd-3a790729df214dfb00d0d92f813819b23edb23fb.tar.gz
rspamd-3a790729df214dfb00d0d92f813819b23edb23fb.zip
Allow dump of invalid xml to ucl format.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index b96d37309..66eb5b6c7 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_CRITICAL;
+ rspamd_main->cfg->log_level = G_LOG_LEVEL_INFO;
}
type = g_quark_from_static_string ("main");