-
Notifications
You must be signed in to change notification settings - Fork 51
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
Upgrading from 5.1.1 to 5.2.0 breaks API project #185
Comments
Thanks for the note @alastor09. Adding a dependency on Serilog.Sinks.PeriodicBatching v3.1.0 will resolve this, until #186 is merged (which we'll do shortly). |
I run into the same issue just with another Sink (AwsCloudWatch), explicitly adding Serilog.Sinks.PeriodicBatching resolves it indeed. This was the call stack that i got when i created the logger:
|
Thanks @JochemE . v5.2.1 is out now, and fixes this: https://github.com/datalust/serilog-sinks-seq/releases/tag/v5.2.1 🎉 |
It looks like NuGet.org is taking longer than usual to index the package - hopefully it pops up soon, I'll keep an eye on it. |
I see it on nuget and our CI build is green 💚 |
When updating from 5.1.1 to 5.2.0 i started getting this exception.
The text was updated successfully, but these errors were encountered: