additional info level span adjustments
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
af399fd517
commit
329925c661
7 changed files with 24 additions and 13 deletions
|
@ -268,7 +268,7 @@ impl Service {
|
|||
}
|
||||
|
||||
/// Gets the summary of a space using solely federation
|
||||
#[tracing::instrument(skip(self))]
|
||||
#[tracing::instrument(level = "debug", skip(self))]
|
||||
async fn get_summary_and_children_federation(
|
||||
&self,
|
||||
current_room: &OwnedRoomId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue