202d674682
* 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.
|
|
``` |