Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm value server.logLevel does not set the log level but just logs all entries using this value #994

Open
fvogl opened this issue Jan 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@fvogl
Copy link

fvogl commented Jan 23, 2024

Tried to make the Vault server less chatty by reducing the log level to warn, but instead of logging less entries, the very same entries are logged now with level warn instead of info. Tried the same with error with same result.

Example log entry

{
  "@level": "error",
  "@message": "completed_request",
  "@module": "core",
  "@timestamp": "2024-01-23T08:59:05.550149Z",
  "client_address": "172.16.14.48:60886",
  "client_id": "",
  "duration": "1ms",
  "request_method": "GET",
  "request_path": "/v1/brix/data/engine",
  "start_time": "2024-01-23T08:59:05Z",
  "status_code": 200
}

The helm value injector.logLevel works as expected though.

Vault version: 1.15.2
Chart version: 0.27.0

@fvogl fvogl added the bug Something isn't working label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant