From b5036d09c307809b6db5ee242d2996b81eb7f93e Mon Sep 17 00:00:00 2001 From: hailin Date: Fri, 25 Jul 2025 15:02:17 +0800 Subject: [PATCH] . --- supervisord.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/supervisord.conf b/supervisord.conf index 8e3e2e7..cd38f89 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -9,11 +9,15 @@ command=python3 -m sglang.launch_server --host 0.0.0.0 --port 30000 --model-path autostart=true autorestart=true stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 [program:ui] command=python3 /app/meta_ui.py --port 30001 autostart=true autorestart=true stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0