summaryrefslogtreecommitdiff
path: root/start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'start.sh')
-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