NEventStore / NEventStore.Persistence.MongoDB

Mongo Persistence Engine for NEventStore
MIT License
22 stars 26 forks source link

Log exceptions from AddSnapshot #63

Closed kirides closed 1 year ago

kirides commented 1 year ago

The following snippet swallows exceptions without logging them. This has cost us a few man hours to find out.

https://github.com/NEventStore/NEventStore.Persistence.MongoDB/blob/master/src/NEventStore.Persistence.MongoDB/MongoPersistenceEngine.cs#L553-L556