Closed KrishnaKole closed 7 months ago
I added a reproduction case #196. I looks like this is related to some internal changes to dotnet 6.0 and up, see https://github.com/dotnet/runtime/issues/34305
I found a related MR to serilog here: https://github.com/serilog/serilog/pull/1955/files#diff-b111b459384a29d3e58a068b0b47c05777172c9974217fb615a6976c70841de7
This will be fixed with 4.0.4
@KrishnaKole once 4.0.4 is available on nuget, can you confirm this is fixed?
Yes, it is fixed with 4.0.4. Thank you!
I am using v4.0.3 of this sink with below setup:
I get the TraceId and SpanId in console logs, but they are missing from the logs
Am I doing something wrong?