From a7936f09cb25bce9c0532937390b233ed2aa90f9 Mon Sep 17 00:00:00 2001 From: Ryszard Knop Date: Fri, 4 Apr 2025 11:45:08 +0200 Subject: [PATCH] Hide the verbose file details from logs --- itch_dl/downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]