[UX] Suppress noisy httpx/httpcore INFO logs (#20944)

This commit is contained in:
Mohammad Miadh Angkad
2026-03-19 10:58:41 -07:00
committed by GitHub
parent 319bb4974c
commit 29ced9c162
2 changed files with 14 additions and 0 deletions
+3
View File
@@ -6,6 +6,9 @@ import os
from sglang.cli.utils import get_is_diffusion_model, get_model_path
from sglang.srt.utils import kill_process_tree
from sglang.srt.utils.common import suppress_noisy_warnings
suppress_noisy_warnings()
logger = logging.getLogger(__name__)