From 798bce4e0530b4e81a8d677912a06f8a257d39a0 Mon Sep 17 00:00:00 2001 From: Patrick Derks Date: Mon, 17 Feb 2025 10:25:22 +0100 Subject: [PATCH] feat: change logStructured to true This will enable json logging for the operator an might work better with proper logging setup. --- helm/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/values.yaml b/helm/values.yaml index 7964a31..57ef801 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -55,5 +55,6 @@ tolerations: [] labels: {} podAnnotations: {} -logStructured: false +# If set to true this will create json logs instead of user logs +logStructured: true debug: false