Skip to content

Commit

Permalink
add trace
Browse files Browse the repository at this point in the history
Co-authored-by: H1rono_K <[email protected]>
  • Loading branch information
ras0q and H1rono authored Jan 23, 2025
1 parent 9e33b43 commit c0f6ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/user/impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async fn create_user(
.bind(display_name)
.execute(pool)
.await?;

tracing::info!(id = %id, "Created a user");
let user = get_user(
pool,
super::GetUser {
Expand Down

0 comments on commit c0f6ce3

Please sign in to comment.