open-vault/changelog/17841.txt
Peter Wilson 0fad0c3864
VAULT-8732: Add log-file to Vault Agent (#17841)
* Started work on adding log-file support to Agent
* Allow log file to be picked up and appended
* Use NewLogFile everywhere
* Tried to pull out the config aggregation from Agent.Run

Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
2022-11-11 10:59:16 +00:00

3 lines
130 B
Plaintext

```release-note:feature
logging: Vault Agent supports logging to a specified file path via environment variable, CLI or config
```