mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Reduce RRD message verbosity
This commit is contained in:
parent
581e1c6f73
commit
9c8c05b6bb
1 changed files with 2 additions and 2 deletions
|
|
@ -249,7 +249,7 @@ local function add_missing_ds(schema, rrdfile, cur_ds)
|
|||
return false
|
||||
end
|
||||
|
||||
traceError(TRACE_NORMAL, TRACE_CONSOLE, "RRD format changed, trying to fix " .. rrdfile)
|
||||
traceError(TRACE_INFO, TRACE_CONSOLE, "RRD format changed, trying to fix " .. rrdfile)
|
||||
|
||||
local params = {rrdfile, }
|
||||
local heartbeat = schema.options.rrd_heartbeat or (schema.options.step * 2)
|
||||
|
|
@ -273,7 +273,7 @@ local function add_missing_ds(schema, rrdfile, cur_ds)
|
|||
return false
|
||||
end
|
||||
|
||||
traceError(TRACE_NORMAL, TRACE_CONSOLE, "RRD successfully fixed: " .. rrdfile)
|
||||
traceError(TRACE_INFO, TRACE_CONSOLE, "RRD successfully fixed: " .. rrdfile)
|
||||
return true
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue