From 0fc5ef2949ed3e6b7dd576bea985a1837f09dbd9 Mon Sep 17 00:00:00 2001 From: hailin Date: Sat, 17 May 2025 23:39:29 +0800 Subject: [PATCH] . --- supabase/postgres/supervisord.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/supabase/postgres/supervisord.conf b/supabase/postgres/supervisord.conf index cdc345e..ade2a04 100644 --- a/supabase/postgres/supervisord.conf +++ b/supabase/postgres/supervisord.conf @@ -34,6 +34,7 @@ environment=PGRST_DB_URI="postgres://postgres:postgres@localhost:5432/postgres", [program:auth] command=/bin/bash /supabase/gotrue/wrapper.sh autorestart=true +user=1000 stderr_logfile=/var/log/auth.err.log stdout_logfile=/var/log/auth.out.log @@ -48,8 +49,8 @@ stdout_logfile=/var/log/storage-api.out.log command=/bin/bash /supabase/kong/wrapper.sh user=kong autorestart=true -stdout_logfile=/var/log/kong.out.log -stderr_logfile=/var/log/kong.err.log +redirect_stderr=true +stdout_logfile=/dev/stdout