From edfbfc4bd5542885a42d1a7fb56b7541a155d9d7 Mon Sep 17 00:00:00 2001 From: Juan Navarro Date: Fri, 14 Jun 2024 14:25:16 +0200 Subject: [PATCH] fixup! livekit.yaml: pion_level initially set to warn instead of error --- community/livekit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/livekit.yaml b/community/livekit.yaml index 6e60e7c..5fc3d43 100644 --- a/community/livekit.yaml +++ b/community/livekit.yaml @@ -43,4 +43,4 @@ logging: # Logging level for the Pion WebRTC engine. # Values: trace, debug, info, warn, error. # Default: error. - pion_level: error + pion_level: warn