ChangemakerStudios / serilog-sinks-mongodb

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

MongoDBBson Save Data Not enough information #64

Closed eveloki closed 3 years ago

eveloki commented 3 years ago

This is Old Data

image Thi is MongoDBBson Data

{"_id":{"$oid":"61021bc17acd570dcf064263"},"UtcTimeStamp":{"$date":"2021-07-29T03:08:48.779Z"},"MessageTemplate":{"Text":"From:MixerServices:Query_PageList Msg:获取分页对象成功","Tokens":[{"_t":"TextToken","StartIndex":0,"Text":"From:MixerServices:Query_PageList Msg:获取分页对象成功"}]},"RenderedMessage":"From:MixerServices:Query_PageList Msg:获取分页对象成功","Properties":{},"Exception":{"_csharpnull":true}}

Loss Log Level

Code .WriteTo.MongoDBBson("") V:5.0.0-dev-00104 Please Add it.

Jaben commented 3 years ago

I can add it.