Skip to content

Commit

Permalink
debug log level
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Jan 7, 2025
1 parent 22ddd9a commit 69365d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo/demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const appActions = {
const e2eeEnabled = (<HTMLInputElement>$('e2ee')).checked;
const audioOutputId = (<HTMLSelectElement>$('audio-output')).value;

setLogLevel(LogLevel.info);
setLogLevel(LogLevel.debug);
updateSearchParams(url, token, cryptoKey);

const roomOpts: RoomOptions = {
Expand Down

0 comments on commit 69365d1

Please sign in to comment.