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