mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Add tracing for alerts delivery
This commit is contained in:
parent
b7f21038fd
commit
bf9a3a720c
3 changed files with 128 additions and 99 deletions
|
|
@ -25,7 +25,7 @@ MAX_TRACE_LEVEL = 4
|
|||
TRACE_CONSOLE = 0
|
||||
TRACE_WEB = 1
|
||||
|
||||
function traceError(p_trace_level, p_trace_mode,p_message)
|
||||
function traceError(p_trace_level, p_trace_mode, p_message)
|
||||
local currentline = debug.getinfo(2).currentline
|
||||
local what = debug.getinfo(2).what
|
||||
local src = debug.getinfo(2).short_src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue