Skip to content
Snippets Groups Projects
Commit 0e7ce763 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Fix: Change log level to info. (Redmine issue: #7577)

parent 120bd56a
No related branches found
No related tags found
No related merge requests found
......@@ -575,7 +575,7 @@ class EventReporter(BaseReporter):
if _pass < 0.5:
if event.get_id() in blocked:
continue
self.logger.debug("Discarding event with ID '%s'.", event.get_id())
self.logger.info("Discarding event with ID '%s'.", event.get_id())
blocked.add(event.get_id())
# Increase number of hits.
sql_detector = self.detectors_dict[event.get_detectors()[-1]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment