Browse Source

[Minor] Settings: Reduce log noise

tags/1.9.0
Vsevolod Stakhov 5 years ago
parent
commit
dcc00b0521
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/settings.lua

+ 1
- 1
src/plugins/lua/settings.lua View File

@@ -383,7 +383,7 @@ local function check_settings(task)
return
end

rspamd_logger.infox(task, "check for settings")
lua_util.debugm(N, task, "check for settings")
local ip = task:get_from_ip()
local client_ip = task:get_client_ip()
local from = task:get_from()

Loading…
Cancel
Save