Browse Source

Reduce initial log level.

tags/0.6.2
Vsevolod Stakhov 10 years ago
parent
commit
d0314f0ca9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main.c

+ 1
- 1
src/main.c View File

@@ -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");

Loading…
Cancel
Save