mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
* Add env to write stacktrace to file * changelog * Use os.MkdirTemp * Properly close file * Adding path override * Use temp file
5 lines
148 B
Plaintext
5 lines
148 B
Plaintext
```release-note:improvement
|
|
core/server: Added an environment variable to write goroutine stacktraces to a
|
|
temporary file for SIGUSR2 signals.
|
|
```
|