Skip to content

Commit 47a10d5

Browse files
EstrellaXDclaude
andcommitted
fix: suppress verbose httpx HTTP request logs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 359b3e5 commit 47a10d5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

backend/src/module/conf/log.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ def setup_logger(level: int = logging.INFO, reset: bool = False):
2929
logging.StreamHandler(),
3030
],
3131
)
32+
33+
# Suppress verbose HTTP request logs from httpx
34+
logging.getLogger("httpx").setLevel(logging.WARNING)

0 commit comments

Comments
 (0)