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:
Juan Navarro 2024-06-14 13:56:37 +02:00
parent 6561b2e6e9
commit d4fc070e4d
No known key found for this signature in database

View File

@ -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