additional tracing span tweaks

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-01-14 05:20:42 +00:00
parent 819e35f81f
commit fc1170e12a
11 changed files with 47 additions and 33 deletions

View file

@ -16,7 +16,7 @@ use super::check_room_id;
#[implement(super::Service)]
#[tracing::instrument(
level = "warn",
level = "debug",
skip_all,
fields(%origin),
)]