mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 03:58:01 +00:00
backport of commit 57b6b74283 (#24470)
Co-authored-by: Hamid Ghaf <83242695+hghaf099@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
90443ec6ed
commit
2d01fa4344
@@ -148,6 +148,8 @@ const (
|
||||
flagNameDisableRedirects = "disable-redirects"
|
||||
// flagNameCombineLogs is used to specify whether log output should be combined and sent to stdout
|
||||
flagNameCombineLogs = "combine-logs"
|
||||
// flagDisableGatedLogs is used to disable gated logs and immediately show the vault logs as they become available
|
||||
flagDisableGatedLogs = "disable-gated-logs"
|
||||
// flagNameLogFile is used to specify the path to the log file that Vault should use for logging
|
||||
flagNameLogFile = "log-file"
|
||||
// flagNameLogRotateBytes is the flag used to specify the number of bytes a log file should be before it is rotated.
|
||||
|
||||
Reference in New Issue
Block a user