mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Host log verbosity fix/cleanup
This commit is contained in:
parent
9ce25a32cf
commit
5b96269410
2 changed files with 3 additions and 3 deletions
|
|
@ -101,8 +101,8 @@ function syslog_module.hooks.handleEvent(syslog_conf, message, host, priority)
|
|||
return
|
||||
end
|
||||
|
||||
-- Discard info messages (we should probably add a conf for this)
|
||||
if level > host_log.all.script_conf.threshold then
|
||||
-- Discard info messages
|
||||
if level > syslog_conf.host_log.all.script_conf.threshold then
|
||||
return
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue