diff --git a/itch_dl/downloader.py b/itch_dl/downloader.py index 94e5dc1..4a9e67f 100644 --- a/itch_dl/downloader.py +++ b/itch_dl/downloader.py @@ -300,7 +300,7 @@ class GameDownloader: errors.append(f"Upload metadata incomplete: {upload}") continue - logging.info(upload) + logging.debug(upload) upload_id = upload["id"] file_name = upload["filename"] file_type = upload["type"]