various logging improvements.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
423fc6dad0
commit
22bebb9b74
5 changed files with 40 additions and 37 deletions
|
@ -30,7 +30,7 @@ use ruma::{
|
|||
OwnedRoomId, OwnedServerName, RoomId, ServerName, UInt, UserId,
|
||||
};
|
||||
use tokio::sync::Mutex;
|
||||
use tracing::{debug, error, info, warn};
|
||||
use tracing::{debug, error, warn};
|
||||
|
||||
use crate::{debug_info, services, Error, Result};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue