mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-13 11:09:49 +08:00
fix: suppress verbose httpx HTTP request logs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -29,3 +29,6 @@ def setup_logger(level: int = logging.INFO, reset: bool = False):
|
||||
logging.StreamHandler(),
|
||||
],
|
||||
)
|
||||
|
||||
# Suppress verbose HTTP request logs from httpx
|
||||
logging.getLogger("httpx").setLevel(logging.WARNING)
|
||||
|
||||
Reference in New Issue
Block a user