commit 897d9ed: [Minor] rbl: move logging to debug level

Andrew Lewis nerf at judo.za.org
Tue Dec 22 10:35:06 UTC 2020


Author: Andrew Lewis
Date: 2020-12-21 09:07:53 +0200
URL: https://github.com/rspamd/rspamd/commit/897d9ed8343b7ddcab4a16fde13a881e7b55a55f (refs/pull/3579/head)

[Minor] rbl: move logging to debug level

---
 src/plugins/lua/rbl.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua
index dabf259e2..5878b2f3d 100644
--- a/src/plugins/lua/rbl.lua
+++ b/src/plugins/lua/rbl.lua
@@ -279,7 +279,7 @@ local function rbl_dns_process(task, rbl, to_resolve, results, err, resolve_tabl
       if rbl.unknown and rbl.symbol then
         insert_results(rbl.symbol, ipstr)
       else
-        rspamd_logger.errx(task, '%1 returned unknown result: %2',
+        lua_util.debugm(N, task, '%1 returned unknown result: %2',
             to_resolve, ipstr)
       end
     end


More information about the Commits mailing list