summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-10 19:44:59 -0600
committermo khan <mo@mokhan.ca>2025-05-11 21:21:38 -0600
commitd3dd477e06203b2e17b6b617e4bf9fe0ce2be2c1 (patch)
tree5babc9dbfddeb6691a7043d22270b6991e85e780
parente18f83b056fcc85700aa34ca09961a65162ed034 (diff)
chore: set oauth2 component log level to trace
-rw-r--r--start.sh2
1 files changed, 1 insertions, 1 deletions
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