We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0088d commit fc28308Copy full SHA for fc28308
packages/service-library/src/servicelib/bytes_iters/_stream_zip.py
@@ -45,7 +45,6 @@ async def get_zip_bytes_iter(
45
sum(bytes_streamer.data_size for _, bytes_streamer in archive_entries)
46
)
47
description = f"files: count={len(archive_entries)}, size={total_stream_lenth.human_readable()}"
48
- _logger.info("Archiving %s", description)
49
50
async with progress_bar.sub_progress(
51
steps=total_stream_lenth, description=description, progress_unit="Byte"
0 commit comments