Update multi_api_server.py (#4023)

This commit is contained in:
ltd0924
2025-09-10 17:15:01 +08:00
committed by GitHub
parent f06e3ee1fc
commit 749f074e44

View File

@@ -51,7 +51,7 @@ def start_servers(server_count, server_args, ports, metrics_ports, controller_po
controller_port = int(controller_ports[i])
env = os.environ.copy()
env["FD_LOG_DIR"] = f"log_{i}"
env["FD_LOG_DIR"] = env.get("FD_LOG_DIR", "log") + f"/log_{i}"
cmd = [
sys.executable,
"-m",