ChangemakerStudios / serilog-sinks-mongodb

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

Add trace context to LogEntry #87

Closed fernandovmp closed 2 months ago

fernandovmp commented 2 months ago

Added Activity TraceId and SpanId on LogEntry when they exist in the log event. This require a newer version of Serilog so I have updated it too.

Jaben commented 2 months ago

LGTM. Thank you for the PR!