Skip to content

Commit

Permalink
change to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
klementng committed Dec 29, 2024
1 parent 969d5ef commit a1a2217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def on_any_event(self, event):
logger.info(f"Detected change: {path}, running processor")
run([path])
else:
logger.info(
logger.debug(
f"Detected change: {path}, skipping... (not supported file)"
)

Expand Down

0 comments on commit a1a2217

Please sign in to comment.