From 69365d1751c7049aa5b55d8799f49378e91efaac Mon Sep 17 00:00:00 2001 From: lukasIO Date: Tue, 7 Jan 2025 15:30:50 +0100 Subject: [PATCH] debug log level --- examples/demo/demo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demo/demo.ts b/examples/demo/demo.ts index 1b562c2768..26598fb51a 100644 --- a/examples/demo/demo.ts +++ b/examples/demo/demo.ts @@ -85,7 +85,7 @@ const appActions = { const e2eeEnabled = ($('e2ee')).checked; const audioOutputId = ($('audio-output')).value; - setLogLevel(LogLevel.info); + setLogLevel(LogLevel.debug); updateSearchParams(url, token, cryptoKey); const roomOpts: RoomOptions = {