Skip to content

Commit

Permalink
change loglevel for bypassing rule tree message
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 committed Oct 28, 2024
1 parent 183fe1a commit 29c0611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logprep/abc/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def __init__(self, name: str, configuration: "Processor.Config"):
if os.environ.get("LOGPREP_BYPASS_RULE_TREE"):
self._bypass_rule_tree = True
self._rules = self.rules
logger.info("Bypassing rule tree for processor %s", self.name)
logger.debug("Bypassing rule tree for processor %s", self.name)

@property
def _specific_rules(self):
Expand Down

0 comments on commit 29c0611

Please sign in to comment.