mirror of
https://github.com/livekit/livekit.git
synced 2026-05-23 21:16:14 +00:00
Reduce log level (#2209)
This commit is contained in:
@@ -833,7 +833,7 @@ func (t *PCTransport) CreateDataChannel(label string, dci *webrtc.DataChannelIni
|
||||
}
|
||||
|
||||
dcCloseHandler := func() {
|
||||
t.params.Logger.Infow(dc.Label() + " data channel close")
|
||||
t.params.Logger.Debugw(dc.Label() + " data channel close")
|
||||
}
|
||||
|
||||
dcErrorHandler := func(err error) {
|
||||
|
||||
Reference in New Issue
Block a user