Log 'marked as sealed' at INFO instead (#5260)
This commit is contained in:
parent
f03fc41ba2
commit
45f1ca162f
|
@ -1114,7 +1114,7 @@ func (c *Core) sealInternalWithOptions(grabStateLock, keepHALock bool) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
c.logger.Debug("marked as sealed")
|
||||
c.logger.Info("marked as sealed")
|
||||
|
||||
// Clear forwarding clients
|
||||
c.requestForwardingConnectionLock.Lock()
|
||||
|
|
Loading…
Reference in New Issue