Skip to content

Setting valkeyLogLevel or env variables doesn't seem to change the loglevel #130

@olecube6

Description

@olecube6

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:

- 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:

env: {}
# Example:
# LOG_LEVEL: info
but setting LOG_LEVEL=debug also doesn't appear to have any effect. I also tried LOGLEVEL, also nothing. To reiterate, I can exec into the container and env shows the variable as set, but there's definitely no debug logging happening.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions