-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
replicator/pkg/estuary/mongo.go
Lines 97 to 102 in 5c55467
| updateResult, err := std.collection.UpdateOne(context.TODO(), filter, row) | |
| if err != nil { | |
| logger.Error().Err(err).Msgf("Failed to update record") | |
| return | |
| } | |
| logger.Info().Int("MatchedCount", int(updateResult.MatchedCount)).Int("ModifiedCount", int(updateResult.ModifiedCount)).Msg("record Updated properly") |