Manager: reduce log level of socketIO subscription changes

This commit is contained in:
Sybren A. Stüvel 2022-05-03 12:04:27 +02:00
parent 50c8cd39f2
commit 891e791853

View File

@ -75,6 +75,6 @@ func (b *BiDirComms) handleRoomSubscription(c *gosocketio.Channel, subs api.Sock
return fmt.Sprintf("unable to perform subscription operation: %v", err)
}
logger.Info().Msg("socketIO: subscription")
logger.Debug().Msg("socketIO: subscription")
return "ok"
}