summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-11 16:41:08 -0600
committermo khan <mo@mokhan.ca>2025-05-11 21:21:38 -0600
commit724886d593b9d0a24cc537ecdd3f1492dc1af388 (patch)
treec9f86c65482564bc162c3d681dccddfa3aaa3c7e
parent8e1ed667303542dafa260bea489b18f2c1121b16 (diff)
chore: set log-level to warn
-rw-r--r--start.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.sh b/start.sh
index e685939..8a35dec 100644
--- a/start.sh
+++ b/start.sh
@@ -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