diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-04-22 10:37:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-22 10:37:16 +0100 |
| commit | bbf83801e6222618a4e160687c214cb4ee2421d5 (patch) | |
| tree | b478b6c2eddf750aa1db0742180bf2620570b2d1 /crates/atuin-server/src/handlers/status.rs | |
| parent | fix(dotfiles): alias import with init output (#1970) (diff) | |
| download | atuin-bbf83801e6222618a4e160687c214cb4ee2421d5.zip | |
chore: add some more logging to handlers (#1971)
Diffstat (limited to 'crates/atuin-server/src/handlers/status.rs')
| -rw-r--r-- | crates/atuin-server/src/handlers/status.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/atuin-server/src/handlers/status.rs b/crates/atuin-server/src/handlers/status.rs index 3c22232c..7c127a81 100644 --- a/crates/atuin-server/src/handlers/status.rs +++ b/crates/atuin-server/src/handlers/status.rs @@ -33,6 +33,8 @@ pub async fn status<DB: Database>( }, }; + tracing::debug!(user = user.username, "requested sync status"); + Ok(Json(StatusResponse { count, deleted, |
