-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
This Repo is Now Deprecated #332
Comments
Can you provide guidance on how to migrate from It's not clear from reading the attached PR comments what steps are required, if any! |
The Serilog libraries are still a couple of months away from stabilizing, and there aren't any docs out there just yet. It's probably best to stick with this package in the meantime unless you have a strong reason to make the switch (happy to help if so!). |
@rmorrin Serilog version 3.1 (unreleased at the time of writing) is most likely to contain the new span API's. Switching would be as simple as removing Serilog.Enrichers.Span and upgrading to Serilog to 3.1 and any other enrichers/sinks. I will make this clearer in the ReadMe. |
Serilog.Extensions.Logging (which implements ILoggingFactory) indeed does provide SpanId and TraceId on |
@Sebazzz are you currently using this library with a back-end that can use span start/parent span id to display the events hierarchically? (Exploring this space currently... :)) |
This repository is now deprecated. Serilog now has the native ability to log span related data. See serilog/serilog#1955.
The text was updated successfully, but these errors were encountered: