feature: support uvicorn access log filter(disable logging /metrics) (#15513)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user