From 414c15cd201c8241cb9dc1f8c74fe4f02cab1108 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 8 Apr 2023 01:59:30 -0400 Subject: [PATCH] Dont log debug --- cluster/apps/authentik/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/authentik/helm-release.yaml b/cluster/apps/authentik/helm-release.yaml index dadf6eb..9ef08a4 100644 --- a/cluster/apps/authentik/helm-release.yaml +++ b/cluster/apps/authentik/helm-release.yaml @@ -20,7 +20,7 @@ spec: # secret_key: "${SECRET_AUTHENTIK_SECRET_KEY}" # This sends anonymous usage-data, stack traces on errors and # performance data to sentry.beryju.org, and is fully opt-in - log_level: debug + #log_level: debug error_reporting: enabled: true environment: "k3s"