-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
I'm trying to enable debug logging.
I'm using the latest helm chart, 0.9.3, which installs valkey 9.0.1.
Looks like valkeyLogLevel sets VALKEY_LOGLEVEL enviornment variable here:
valkey-helm/valkey/templates/deploy_valkey.yaml
Lines 109 to 110 in 2f9be3b
| - name: VALKEY_LOGLEVEL | |
| value: "{{ .Values.valkeyLogLevel }}" |
This doesn't appear to work, the variable is set inside the container, but the log level is not changed in any way.
The example values file gives another alternative here:
valkey-helm/valkey/values.yaml
Lines 288 to 290 in 2f9be3b
| env: {} | |
| # Example: | |
| # LOG_LEVEL: info |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels