style: Improve logging and comments

This commit is contained in:
Jade Ellis 2025-07-20 01:03:18 +01:00 committed by nexy7574
commit 9465c5df1f
No known key found for this signature in database
GPG key ID: 0FA334385D0B689F
3 changed files with 82 additions and 21 deletions

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"
);