From 83789e7a466d6dbd6d15f4a9e2d7ccfbaba1dc6c Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 22 Oct 2025 09:49:17 +0100 Subject: [PATCH] [Minor] Reduce dumb log level --- src/plugins/fuzzy_check.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index 3e84893ad2..be27a0c949 100644 --- a/src/plugins/fuzzy_check.c +++ b/src/plugins/fuzzy_check.c @@ -5292,8 +5292,8 @@ register_fuzzy_client_call(struct rspamd_task *task, /* Use UDP as fallback or when TCP not available */ if (selected) { - msg_info_task("fuzzy_check: sending %d commands via UDP to %s", - (int) commands->len, rspamd_upstream_name(selected)); + msg_debug_fuzzy_check("fuzzy_check: sending %d commands via UDP to %s", + (int) commands->len, rspamd_upstream_name(selected)); addr = rspamd_upstream_addr_next(selected); if ((sock = rspamd_inet_address_connect(addr, SOCK_DGRAM, TRUE)) == -1) { -- 2.47.3