mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Disabled verbose
This commit is contained in:
parent
d316d5fd84
commit
edba6406c0
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ local cve_utils = require("cve_utils")
|
|||
-- redis-cli set "ntopng.prefs.vs.debug_enabled" "1"
|
||||
-- systemctl restart ntopng
|
||||
local debug_me = ntop.getCache("ntopng.prefs.vs.debug_enabled") == "1"
|
||||
local verbose = true
|
||||
local verbose = false
|
||||
|
||||
local vs_utils = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue