Skip to content

Commit

Permalink
fix timestamper processor
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 committed Nov 8, 2024
1 parent b662736 commit 47f5727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logprep/processor/timestamper/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ def _apply_rules(self, event, rule):
parsed_successfully = True
break
if not parsed_successfully:
raise ProcessingWarning(str("Could not parse timestamp"), rule, event)
raise ProcessingWarning(str("Could not parse timestamp"), event, rule)

0 comments on commit 47f5727

Please sign in to comment.