1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-29 03:08:31 +00:00

various logging improvements.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-04-21 22:41:47 -07:00 committed by June
parent 423fc6dad0
commit 22bebb9b74
5 changed files with 40 additions and 37 deletions

View file

@ -10,7 +10,7 @@ use ruma::{
},
OwnedRoomAliasId, OwnedServerName,
};
use tracing::{debug, info, warn};
use tracing::debug;
use crate::{debug_info, debug_warn, services, Error, Result, Ruma};