Skip to content

Commit

Permalink
Add debug logging message per file
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Oct 20, 2023
1 parent bca32db commit cda1d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/codemodder/codemodder.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def analyze_files(
cli_args,
):
for idx, file_path in enumerate(files_to_analyze):
logger.debug("scanning file %s", file_path)
if idx and idx % 100 == 0:
logger.info("scanned %s files...", idx) # pragma: no cover

Expand Down

0 comments on commit cda1d65

Please sign in to comment.