mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* core/server: add support to write pprof files to the filesystem via SIGUSR2 * changelog * Fix filepath join * Use core logger * Simplify logic * Break on error
4 lines
174 B
Plaintext
4 lines
174 B
Plaintext
```release-note:improvement
|
|
command/server: Add support for dumping pprof files to the filesystem via SIGUSR2 when
|
|
`VAULT_PPROF_WRITE_TO_FILE=true` is set on the server.
|
|
``` |