You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TraceId was changed in .Net Core 5 and the TraceId is no longer included in the logs. Issue #207 was fixed, but each sink must implement the change. It looks like several sinks have been updated already, but Serilog.Sinks.MSSqlServer still doesn't have support. This is important to us, since we user the TraceId extensively.
List the names and versions of all Serilog packages used in the project:
Serilog:
Serilog.Sinks.MSSqlServer
Serilog.Enrichers.AspnetcoreHttpcontext
Serilog.Exceptions
Target framework and operating system:
[ ] .NET 6
Thanks you!
The text was updated successfully, but these errors were encountered:
Please add TraceId support into the SQL Server sink.
This is related to the following issue:
serilog/serilog-aspnetcore#207
The TraceId was changed in .Net Core 5 and the TraceId is no longer included in the logs. Issue #207 was fixed, but each sink must implement the change. It looks like several sinks have been updated already, but Serilog.Sinks.MSSqlServer still doesn't have support. This is important to us, since we user the TraceId extensively.
Thanks you!
The text was updated successfully, but these errors were encountered: