Skip to content

Commit

Permalink
Delete document span field
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Aug 10, 2023
1 parent a39a9e6 commit 97a2741
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/db/delete.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ impl FirestoreDeleteSupport for FirestoreDb {
Level::DEBUG,
"Firestore Delete Document",
"/firestore/collection_name" = collection_id,
"/firestore/response_time" = field::Empty
"/firestore/response_time" = field::Empty,
"/firestore/document_name" = document_path.as_str(),
);

let request = tonic::Request::new(DeleteDocumentRequest {
Expand Down

0 comments on commit 97a2741

Please sign in to comment.