diff options
| -rw-r--r-- | start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,4 +18,4 @@ if [ "$oidc_scheme" = "http" ]; then fi echo "[$(date "+%H:%M:%S")] ==> Starting…" -/usr/local/bin/sparkled & /usr/local/bin/envoy --config-yaml "$yaml" --component-log-level oauth2:trace +/usr/local/bin/sparkled & /usr/local/bin/envoy --config-yaml "$yaml" --log-level warn --component-log-level oauth2:trace |
