mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
added note regarding persistence for log level changes (#17596)
This commit is contained in:
@@ -8,6 +8,10 @@ description: The `/sys/loggers` endpoint is used modify the verbosity level of l
|
||||
|
||||
The `/sys/loggers` endpoint is used modify the verbosity level of logging.
|
||||
|
||||
!> **NOTE:** Changes made to the log level using this endpoint are not persisted and will be restored
|
||||
to either the default log level (info) or the level specified using `log_level` in vault.hcl or the `VAULT_LOG_LEVEL`
|
||||
environment variable once the Vault service is reloaded or restarted.
|
||||
|
||||
## Modify verbosity level of all loggers
|
||||
|
||||
| Method | Path |
|
||||
|
||||
Reference in New Issue
Block a user