mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
* Fix non-JSON log messages when using -log-format JSON Removed the call to consul-template's logging.Setup inside the created of config for the Runner. Instead we call it when we assign the logger to the Agent command. * The elusive extra line * Adjust the approach * changelog * Infer levels *with* timestamp prefix * InferLeveslWithTimestamp required InferLevels * Test to show -log-format and -log-file working in consul-template generated messages * classic typo --------- Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
3 lines
154 B
Plaintext
3 lines
154 B
Plaintext
```release-note:bug
|
|
agent/logging: Agent should now honor correct -log-format and -log-file settings in logs generated by the consul-template library.
|
|
``` |