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