diff --git a/supabase/kong/wrapper.sh b/supabase/kong/wrapper.sh index 00d12f7..9b54443 100644 --- a/supabase/kong/wrapper.sh +++ b/supabase/kong/wrapper.sh @@ -23,8 +23,8 @@ export KONG_PG_PASSWORD="postgres" export KONG_PG_DATABASE="postgres" export KONG_LOG_LEVEL="debug" -export KONG_PROXY_ACCESS_LOG="/dev/stdout" -export KONG_ADMIN_ACCESS_LOG="/dev/stdout" +export KONG_PROXY_ACCESS_LOG="/usr/local/kong/logs/kong-access.log" +export KONG_ADMIN_ACCESS_LOG="/usr/local/kong/logs/kong-access.log" export KONG_PROXY_ERROR_LOG="/usr/local/kong/logs/kong-error.log" export KONG_ADMIN_ERROR_LOG="/usr/local/kong/logs/kong-error.log" export KONG_PREFIX="/usr/local/kong"