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
Default log_requests_level should be off by the documentation. By default Vault log all completed requests to stdout.
I tried to explicitly turn it off via config.json file "log_requests_level": "off",
Describe the bug
Default
log_requests_level
should beoff
by the documentation. By default Vault log all completed requests to stdout.I tried to explicitly turn it off via config.json file
"log_requests_level": "off",
My configuration
Vault still log every completed request even success ones as errors
To Reproduce
Steps to reproduce the behavior:
Expected behavior
See only error (log_level: error) and no completed_request is logged (log_requests_level: off)
Environment:
vault status
): 1.15.2vault version
): 1.15.2Vault server configuration file(s):
config.json
The text was updated successfully, but these errors were encountered: