Skip to content

Commit

Permalink
Fix valid log level values
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSCahill authored and chrisseto committed Oct 4, 2024
1 parent 5d432c6 commit 51b2d27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`

Expand Down
2 changes: 1 addition & 1 deletion charts/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 51b2d27

Please sign in to comment.