ChangemakerStudios / serilog-sinks-mongodb

A sink for Serilog that writes events to MongoDB
Apache License 2.0
92 stars 53 forks source link

Logs using Native Bson Serialization #60

Closed Jaben closed 3 years ago

Jaben commented 3 years ago

A lot of the problems with the sink are related to the conversion to a Json style output in MongoDB. Instead, this adds a new option (MongoDBBson()) that outputs using native Bson serialization keeping the structure of the log events.