vectordotdev / helm-charts

Helm charts for Vector.
https://vector.dev
Mozilla Public License 2.0
101 stars 89 forks source link

Debug env var does not work? #389

Closed julienkosinski closed 1 month ago

julienkosinski commented 1 month ago

Hello,

When I configure the chart with:

env:
  - name: VECTOR_LOG
    value: "debug"

It doesn't start in debug mode with the latest version.

2024-05-14T10:31:07.789195Z  INFO vector: Vector has started. debug="false" version="0.38.0" arch="x86_64" revision="ea0ec6f 2024-05-07 14:34:39.794027186"

This problem seems to be present only when doing a helm update. Re-installing it all seems to work.

Maybe I've done a config error?... Thank you very much!