serilog-sinks-elasticsearch
serilog-sinks-elasticsearch copied to clipboard
Fix false negative as reported in self log when clean payload is called
trafficstars
What issue does this PR address? When BufferCleanPayload callback is called the selflog is still written to with the error even though it may have been fixed after cleaning. Also contains strange self log that says 'HTTP shipping failed with 200'
Does this PR introduce a breaking change? No
Please check if the PR fulfills these requirements
- [x] The commit follows our guidelines
- [ ] Unit Tests for the changes have been added (for bug fixes / features)
Other information: