style: Improve logging and comments

This commit is contained in:
Jade Ellis
2025-07-20 01:03:18 +01:00
committed by nexy7574
parent 2d475b1220
commit 9465c5df1f
3 changed files with 82 additions and 21 deletions
+2 -2
View File
@@ -149,8 +149,8 @@ where
for<'a> &'a E: Event + Send,
{
debug!(
event_id = format!("{}", incoming_event.event_id()),
event_type = format!("{}", incoming_event.event_type()),
event_id = %incoming_event.event_id(),
event_type = ?incoming_event.event_type(),
"auth_check beginning"
);