fix: global logging level

This commit is contained in:
Phlogi
2025-08-23 19:37:42 +02:00
parent 7025b273b3
commit 13680ddd26
5 changed files with 48 additions and 37 deletions

View File

@@ -246,7 +246,7 @@ class CeleryDownloadQueueManager:
"""Initialize the Celery-based download queue manager"""
self.max_concurrent = MAX_CONCURRENT_DL
self.paused = False
print(
logger.info(
f"Celery Download Queue Manager initialized with max_concurrent={self.max_concurrent}"
)