Misc debug and trace log tweaks.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2026-01-19 05:02:55 +00:00
parent b7fe61b423
commit a0b98fa575
9 changed files with 163 additions and 49 deletions

View File

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