From 51b2d27abfc06da679df6daa8d02438cbb81b1e9 Mon Sep 17 00:00:00 2001 From: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> Date: Thu, 26 Sep 2024 19:31:58 +0100 Subject: [PATCH] Fix valid log level values Fixes https://github.com/redpanda-data/documentation-private/issues/2738 --- charts/operator/README.md | 2 +- charts/operator/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/operator/README.md b/charts/operator/README.md index 1b25ced20b..5fba29f507 100644 --- a/charts/operator/README.md +++ b/charts/operator/README.md @@ -238,7 +238,7 @@ Sets log level for kube rbac proxy ### [logLevel](https://artifacthub.io/packages/helm/redpanda-data/operator?modal=values&path=logLevel) -Log level Valid values (from least to most verbose) are: `fatal`, `panic`, `error`, `info` and `debug`. +Log level Valid values (from least to most verbose) are: `warn`, `info`, `debug`, and `trace`. **Default:** `"info"` diff --git a/charts/operator/values.yaml b/charts/operator/values.yaml index 0aa4f59afa..10b90309a4 100644 --- a/charts/operator/values.yaml +++ b/charts/operator/values.yaml @@ -76,7 +76,7 @@ config: imagePullSecrets: [] # -- Log level -# Valid values (from least to most verbose) are: `fatal`, `panic`, `error`, `info` and `debug`. +# Valid values (from least to most verbose) are: `warn`, `info`, `debug`, and `trace`. logLevel: "info" # -- Role-based Access Control (RBAC) configuration for the Redpanda Operator.