Commit 48626cf
committed
feat(data_mongodb): add pre-insertion document logging
This change enhances the diagnostic capabilities of the DataMongodb class
by logging the document to be inserted right before executing the insertOne
operation. This will help in debugging and verifying the data being sent
to the database.1 parent 6f915e3 commit 48626cf
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
291 | 294 | | |
292 | 295 | | |
293 | 296 | | |
| |||
0 commit comments