livekit.yaml: pion_level initially set to warn instead of error
While default LiveKit's value is error if nothing is provided, warn is a
better value for this option, because it allows seeing issues that
otherwise might happen and be invisible, such as:
WARN openvidu.transport.pion.pc webrtc/peerconnection.go:1280 RTPReceiver Receive failed: WebRtcTransport.Produce(): ssrc already exists in RTP listener [ssrc:3696700572] [method:transport.produce] {..., "transport": "PUBLISHER"}
This commit is contained in:
parent
6561b2e6e9
commit
d4fc070e4d
@ -68,4 +68,4 @@ logging:
|
||||
# Logging level for the Pion WebRTC engine.
|
||||
# Values: trace, debug, info, warn, error.
|
||||
# Default: error.
|
||||
pion_level: error
|
||||
pion_level: warn
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user