Skip to content

Commit

Permalink
🔉 Change log level of 1 downloaded chunk from debug to info (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein authored Mar 12, 2024
1 parent 79134da commit 648e388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tmdsclient/client/tmdsclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


def _log_chunk_success(chunk_size: int, total_size: int, chunk_idx: int, chunk_length: int) -> None:
_logger.debug(
_logger.info(
"Downloaded Netzvertrag (%i/%i) / chunk %i/%i",
chunk_size * chunk_idx + chunk_length,
total_size,
Expand Down

0 comments on commit 648e388

Please sign in to comment.