Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
Added error.parsing counter
Browse files Browse the repository at this point in the history
Signed-off-by: Luigi Mori <[email protected]>
  • Loading branch information
jtschichold committed Nov 2, 2016
1 parent 7cd59f4 commit 8d7ad87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minemeld/ft/basepoller.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ def _polling_loop(self):
raise

except:
self.statistics['error.parsing'] += 1
LOG.exception('%s - Exception parsing %s', self.name, item)
continue

Expand Down

0 comments on commit 8d7ad87

Please sign in to comment.