Manager: reduce log level of socketIO subscription changes
This commit is contained in:
parent
50c8cd39f2
commit
891e791853
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user