mirror of
https://github.com/livekit/livekit.git
synced 2026-08-28 07:14:12 +00:00
Do not log TURN errors with prefix "error when handling datagram" (#1494)
These could happen normally in a poor network.
This commit is contained in:
@@ -30,6 +30,9 @@ var (
|
||||
"Error reading first packet from",
|
||||
"error closing connection",
|
||||
},
|
||||
"turn": {
|
||||
"error when handling datagram",
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user