Log 'marked as sealed' at INFO instead (#5260)

This commit is contained in:
Brian Shumate 2018-09-04 13:53:40 -04:00 committed by Jeff Mitchell
parent f03fc41ba2
commit 45f1ca162f
1 changed files with 1 additions and 1 deletions

View File

@ -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()