Mark more logs as debug to tidy the console (#11349)

This commit is contained in:
Michael Telatynski 2023-08-07 09:41:39 +01:00 committed by GitHub
parent 24703eea8f
commit 6a14362697
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -103,7 +103,7 @@ class Presence {
try {
await MatrixClientPeg.safeGet().setPresence({ presence: this.state });
logger.info("Presence:", newState);
logger.debug("Presence:", newState);
} catch (err) {
logger.error("Failed to set presence:", err);
this.state = oldState;