Skip to content

Commit

Permalink
Fixing #5319 - Data Debug logging
Browse files Browse the repository at this point in the history
Data Source Debug 'Run All' generates too many log messages
  • Loading branch information
TheWitness committed Jun 17, 2023
1 parent a46b3e0 commit 76ed6bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dsdebug.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,9 @@ function dsdebug_poller_bottom() {
WHERE id = ?',
array($c['done'], $info, trim(implode("\n", $c['issue'])), $c['id']));
}

log_dsdebug_statistics('poller', cacti_sizeof($checks), $total_issues);
}

log_dsdebug_statistics('poller', cacti_sizeof($checks), $total_issues);
}

restore_error_handler();
Expand Down

0 comments on commit 76ed6bc

Please sign in to comment.