We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From #75
The finally block below resets the switch to null when the batch count is zero and no background check is due:
finally
null
https://github.com/serilog/serilog-sinks-seq/blob/dev/src/Serilog.Sinks.Seq/Sinks/Seq/HttpLogShipper.cs#L226
CC @siabrac
The text was updated successfully, but these errors were encountered:
Fixes datalust#78 - when durable, don't reset the switch unless a con…
9a2a8d5
…nection is actually made
Fix in 3.3.4-dev-00126. Looking into one more possible durable/level control interaction, will figure that out and then get a new release published.
Sorry, something went wrong.
One additional issue fixed in 3.3.4-dev-00129.
No branches or pull requests
From #75
The
finally
block below resets the switch tonull
when the batch count is zero and no background check is due:https://github.com/serilog/serilog-sinks-seq/blob/dev/src/Serilog.Sinks.Seq/Sinks/Seq/HttpLogShipper.cs#L226
CC @siabrac
The text was updated successfully, but these errors were encountered: