feature: support uvicorn access log filter(disable logging /metrics) (#15513)

This commit is contained in:
shuwenn
2026-01-16 12:00:06 +08:00
committed by GitHub
parent 2740ed1ae7
commit 8ec160ed46
4 changed files with 135 additions and 2 deletions

View File

@@ -1817,7 +1817,7 @@ def launch_server(
try:
# Update logging configs
set_uvicorn_logging_configs()
set_uvicorn_logging_configs(server_args)
# Listen for HTTP requests
if server_args.tokenizer_worker_num == 1: