mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Disabled trace
This commit is contained in:
parent
d0e42b03f3
commit
c90268ffb6
1 changed files with 1 additions and 1 deletions
|
|
@ -818,7 +818,7 @@ local function local_custom_timeseries_dump_callback()
|
|||
local lists_custom_file = base_dir_file.."/"..custom_file ..".lua"
|
||||
|
||||
if ntop.exists(lists_custom_file) then
|
||||
traceError(TRACE_NORMAL, TRACE_CONSOLE, "Loading "..lists_custom_file)
|
||||
traceError(TRACE_INFO, TRACE_CONSOLE, "Loading "..lists_custom_file)
|
||||
local content = read_file(lists_custom_file)
|
||||
|
||||
-- tprint(content)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue