added note regarding persistence for log level changes (#17596)

This commit is contained in:
Rowan Smith
2022-10-21 12:14:29 +11:00
committed by GitHub
parent 46954b3fa5
commit 01245efb02

View File

@@ -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 |