You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We are seeing excessive logs from vault after upgrade to 1.13.9 from 1.13.8. When we checked its completed_request logs which should not have been logged as out log_level is set to info and log_reqyest_level is not in the vault config. The documentation says for decativating remove log_request_level from config which was woking till 1.13.8. With 1.13.9 we have to explicitly add log_request_level in config
Thanks for the report and the detailed write up @pavanrangain, you're right that this was a bug introduced recently 😞 . We've merged a fix for it to main and have also back-ported to 1.13.x, 1.14.x and 1.15.x release branches.
Describe the bug
We are seeing excessive logs from vault after upgrade to 1.13.9 from 1.13.8. When we checked its completed_request logs which should not have been logged as out log_level is set to info and log_reqyest_level is not in the vault config. The documentation says for decativating remove log_request_level from config which was woking till 1.13.8. With 1.13.9 we have to explicitly add log_request_level in config
Expected behavior
Log completed request should not be logged if log_request_level is not in config (defaulting it to trace) as per documentation here - https://developer.hashicorp.com/vault/docs/v1.13.x/configuration/log-requests-level#deactivating-the-log-completed-requests
Environment:
Vault server configuration file(s):
Additional context
Seems its broken with this change - https://github.com/hashicorp/vault/pull/23644/files#diff-a0a40b411f03b3c927d6a2eafaf8a17693cc05a44e81bfe1362045a9372b9cfeL1302-R1274. Please check
The text was updated successfully, but these errors were encountered: