diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-10 19:44:59 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-11 21:21:38 -0600 |
| commit | d3dd477e06203b2e17b6b617e4bf9fe0ce2be2c1 (patch) | |
| tree | 5babc9dbfddeb6691a7043d22270b6991e85e780 /start.sh | |
| parent | e18f83b056fcc85700aa34ca09961a65162ed034 (diff) | |
chore: set oauth2 component log level to trace
Diffstat (limited to 'start.sh')
| -rw-r--r-- | start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
