mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Lower log level for some startup logs statements (#23517)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user