mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-07-30 17:36:27 -04:00
change(tracing): demote the latest event timer to debug
This commit is contained in:
committed by
Stefan Ceriu
parent
2f2094d848
commit
b2ffe22cdf
@@ -341,7 +341,7 @@ impl RegisteredRooms {
|
||||
value @ Some(_) => value,
|
||||
None => {
|
||||
let _timer = timer!(
|
||||
tracing::Level::INFO,
|
||||
tracing::Level::DEBUG,
|
||||
format!("Creating `RoomLatestEvents` for {room_id:?}"),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user