Closed SajidKhanz closed 8 months ago
There is Serilog-UI project for mongo db sink which is relying on field Timestamp for sorting but current in the Logentry class name is UtcTimeStamp. I have added one extra field to make it compatible with that and make it as local time instead of UTC.
Where is this project? Can you provide a link? Seems like that project could modify to support the UtcTimeStamp instead of duplicating the fields for all the folks who use this sink.
It looks like the Serilog UI project supports the UtcTimeStamp now:
Closing this PR
that is great . Thank you so much
The only issue is when sorting by the time in the Serilog UI , they are relying on timestamp field instead of utctimestamp
The only issue is when sorting by the time in the Serilog UI , they are relying on timestamp field instead of utctimestamp
Maybe open an issue/PR over there?
There is Serilog-UI project for mongo db sink which is relying on field Timestamp for sorting but current in the Logentry class name is UtcTimeStamp. I have added one extra field to make it compatible with that and make it as local time instead of UTC.