Skip to content

Commit

Permalink
Mark more logs as debug to tidy the console (#3645)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Aug 2, 2023
1 parent 2172f28 commit 61c0a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/crypto/OlmDevice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ export class OlmDevice {
}
}

logger.info(
logger.debug(
`Storing megolm session ${senderKey}|${sessionId} with first index ` +
session.first_known_index(),
);
Expand Down
2 changes: 1 addition & 1 deletion src/webrtc/groupCallEventHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class GroupCallEventHandler {
break;
}

logger.info(`GroupCallEventHandler createGroupCallForRoom() processed room (roomId=${room.roomId})`);
logger.debug(`GroupCallEventHandler createGroupCallForRoom() processed room (roomId=${room.roomId})`);
this.getRoomDeferred(room.roomId).resolve!();
}

Expand Down

0 comments on commit 61c0a49

Please sign in to comment.