-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TraceId and SpanId are missing from the logs #195
Comments
I added a reproduction case #196. I looks like this is related to some internal changes to dotnet 6.0 and up, see dotnet/runtime#34305 I found a related MR to serilog here: https://github.com/serilog/serilog/pull/1955/files#diff-b111b459384a29d3e58a068b0b47c05777172c9974217fb615a6976c70841de7 |
@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?
The text was updated successfully, but these errors were encountered: