mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
[VS] Add more logs
This commit is contained in:
parent
c2ea5a5cb5
commit
2d1eb76db5
1 changed files with 3 additions and 0 deletions
|
|
@ -182,6 +182,9 @@ function ts_schema:verifyTagsAndMetrics(tags_and_metrics)
|
|||
if tags_and_metrics[metric] == nil then
|
||||
tprint(debug.traceback())
|
||||
traceError(TRACE_ERROR, TRACE_CONSOLE, "Missing mandatory metric '" .. metric .. "' while using schema " .. self.name)
|
||||
tprint("tags_and_metrics: ")
|
||||
tprint(tags_and_metrics)
|
||||
|
||||
return nil
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue