Lower log level for some startup logs statements (#23517)

This commit is contained in:
Carl Bergquist
2020-04-14 12:18:45 +02:00
committed by GitHub
parent bc60f9c403
commit 754dfdfa87
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ func NewStreamManager() *StreamManager {
}
func (sm *StreamManager) Run(context context.Context) {
log.Info("Initializing Stream Manager")
log.Debug("Initializing Stream Manager")
go func() {
sm.hub.run(context)