Skip to content
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

General code refresh #132

Merged
merged 6 commits into from
Feb 17, 2020
Merged

General code refresh #132

merged 6 commits into from
Feb 17, 2020

Conversation

nblumhardt
Copy link
Member

@nblumhardt nblumhardt commented Feb 16, 2020

  • Add a .NET Core App 3.1 target to minimize dependency issues
  • Refactor onto the newer PeriodicBatchingSink API

One behavioral change is that any level control from the Seq server will now be applied before the event is enqueued; previously, the check was made when filling a batch. This only affects sinks that don't control the root logger - in that case the events never reach the queue either way.

This bumps the major package version because new APIs from Serilog 2.9 are used; a follow-up PR will include some further breaking changes that will help keep this project in good shape, making the reduced compatibility more worthwhile.

Copy link
Member

@KodrAus KodrAus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants