]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Reduce dumb log level
authorVsevolod Stakhov <vsevolod@rspamd.com>
Wed, 22 Oct 2025 08:49:17 +0000 (09:49 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Wed, 22 Oct 2025 10:17:47 +0000 (11:17 +0100)
src/plugins/fuzzy_check.c

index 3e84893ad2e94fbde3d136e2f9231ca9fe588075..be27a0c9490a5e7d5b461dbff69abdce37d4ed54 100644 (file)
@@ -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) {