Skip to content

Commit

Permalink
change priority of message from ERROR to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Jul 27, 2023
1 parent aae8ed7 commit 49f0aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sarracenia/flowcb/gather/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class File(FlowCB):
also should likely switch from listdir to scandir
"""
def on_add(self, event, src, dst):
logger.error("on_add %s %s %s" % ( event, src, dst ) )
logger.debug("on_add %s %s %s" % ( event, src, dst ) )
self.new_events['%s %s' % (src, dst)] = (event, src, dst)

def on_created(self, event):
Expand Down

0 comments on commit 49f0aef

Please sign in to comment.