@@ -70,7 +70,7 @@ def test_recent_channel_download(
7070 with assert_logs (
7171 logger = ytdl_sub .downloaders .downloader .download_logger ,
7272 expected_message = "ExistingVideoReached, stopping additional downloads" ,
73- log_level = "info " ,
73+ log_level = "debug " ,
7474 ):
7575 transaction_log = recent_channel_subscription .download ()
7676 assert_transaction_log_matches (
@@ -141,7 +141,7 @@ def test_rolling_recent_channel_download(
141141 with assert_logs (
142142 logger = ytdl_sub .downloaders .downloader .download_logger ,
143143 expected_message = "RejectedVideoReached, stopping additional downloads" ,
144- log_level = "info " ,
144+ log_level = "debug " ,
145145 ):
146146 transaction_log = recent_channel_subscription .download (dry_run = False )
147147
@@ -161,7 +161,7 @@ def test_rolling_recent_channel_download(
161161 with assert_logs (
162162 logger = ytdl_sub .downloaders .downloader .download_logger ,
163163 expected_message = "ExistingVideoReached, stopping additional downloads" ,
164- log_level = "info " ,
164+ log_level = "debug " ,
165165 ):
166166 transaction_log = rolling_recent_channel_subscription .download (dry_run = dry_run )
167167
@@ -188,7 +188,7 @@ def test_rolling_recent_channel_download(
188188 with assert_logs (
189189 logger = ytdl_sub .downloaders .downloader .download_logger ,
190190 expected_message = "ExistingVideoReached, stopping additional downloads" ,
191- log_level = "info " ,
191+ log_level = "debug " ,
192192 ):
193193 transaction_log = rolling_recent_channel_subscription .download ()
194194
0 commit comments