From d3dd477e06203b2e17b6b617e4bf9fe0ce2be2c1 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sat, 10 May 2025 19:44:59 -0600 Subject: chore: set oauth2 component log level to trace --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start.sh') diff --git a/start.sh b/start.sh index d4f2e44..3335c80 100644 --- a/start.sh +++ b/start.sh @@ -5,4 +5,4 @@ set -ex oidc_host=$(echo "$OIDC_ISSUER" | sed 's/https\?:\/\///') yaml=$(sed "s/OAUTH_CLIENT_ID/$OAUTH_CLIENT_ID/" /etc/envoy/envoy.yaml) yaml=$(echo "$yaml" | sed "s/example.com/$oidc_host/") -/usr/local/bin/sparkled & /usr/local/bin/envoy --config-yaml "$yaml" +/usr/local/bin/sparkled & /usr/local/bin/envoy --config-yaml "$yaml" --component-log-level oauth2:trace -- cgit v1.2.3