From: Vsevolod Stakhov Date: Fri, 16 Sep 2016 11:05:20 +0000 (+0100) Subject: [Minor] Reduce log noise X-Git-Tag: 1.4.0~422 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=774c45e3b76d28962aa83dad9552536f838bad4b;p=thirdparty%2Frspamd.git [Minor] Reduce log noise --- diff --git a/src/libserver/protocol.c b/src/libserver/protocol.c index af6ab314b6..413d48bf2a 100644 --- a/src/libserver/protocol.c +++ b/src/libserver/protocol.c @@ -1262,7 +1262,7 @@ rspamd_protocol_write_log_pipe (struct rspamd_worker_ctx *ctx, * -5: key (module name) * -6: global */ - msg_info_task ("calling for %s", lua_tostring (L, -3)); + msg_debug_task ("calling for %s", lua_tostring (L, -3)); if (lua_pcall (L, 1, 1, 0) != 0) { msg_info_task ("call to log callback %s failed: %s", lua_tostring (L, -2), lua_tostring (L, -1));