From 774c45e3b76d28962aa83dad9552536f838bad4b Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 16 Sep 2016 12:05:20 +0100 Subject: [Minor] Reduce log noise --- src/libserver/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libserver') diff --git a/src/libserver/protocol.c b/src/libserver/protocol.c index af6ab314b..413d48bf2 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)); -- cgit v1.2.3