diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-11 16:41:08 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-11 21:21:38 -0600 |
| commit | 724886d593b9d0a24cc537ecdd3f1492dc1af388 (patch) | |
| tree | c9f86c65482564bc162c3d681dccddfa3aaa3c7e | |
| parent | 8e1ed667303542dafa260bea489b18f2c1121b16 (diff) | |
chore: set log-level to warn
| -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 |
