Log all ruma handler results at trace level.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -113,8 +113,7 @@ pub(crate) async fn get_relating_events_route(
|
||||
name = "relations",
|
||||
level = "debug",
|
||||
skip_all,
|
||||
fields(room_id, target, from, to, dir, limit, recurse),
|
||||
ret(level = "trace")
|
||||
fields(room_id, target, from, to, dir, limit, recurse)
|
||||
)]
|
||||
async fn paginate_relations_with_filter(
|
||||
services: &Services,
|
||||
|
||||
@@ -263,7 +263,6 @@ async fn build_empty_response(
|
||||
#[tracing::instrument(
|
||||
name = "build",
|
||||
level = INFO_SPAN_LEVEL,
|
||||
ret(level = "trace"),
|
||||
skip_all,
|
||||
fields(
|
||||
%since,
|
||||
|
||||
Reference in New Issue
Block a user