mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
Add clarifying message (#28535)
This commit is contained in:
committed by
GitHub
parent
70d5c5e582
commit
2d46c8d1fd
@@ -1721,6 +1721,7 @@ func (c *ServerCommand) Run(args []string) int {
|
||||
// Notify systemd that the server has completed reloading config
|
||||
c.notifySystemd(systemd.SdNotifyReady)
|
||||
case <-c.SigUSR2Ch:
|
||||
c.logger.Info("Received SIGUSR2, dumping goroutines. This is expected behavior. Vault continues to run normally.")
|
||||
logWriter := c.logger.StandardWriter(&hclog.StandardLoggerOptions{})
|
||||
pprof.Lookup("goroutine").WriteTo(logWriter, 2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user