ChangemakerStudios / serilog-sinks-mongodb

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

Useless fields are saving in mongodb #82

Closed aliaa closed 2 weeks ago

aliaa commented 1 year ago

MessageTemplate and UtcTimestamp are redundant and useless fields to be saved in my opinion which makes storage cost double.

Jaben commented 8 months ago

In the "Legacy" sink or the new Bson sink? In the new Bson sink, I'll add the option to exclude the MessageTemplate.

trlthiago commented 3 months ago

Hi !

Is there a deadline to publish this update on Nuget?

Tks.

Jaben commented 2 weeks ago

v6 has this change. Reopen this issue if you're still having a problem.