Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Fixed two issues regarding BufferCleanPayload #295

Merged
merged 1 commit into from
Nov 13, 2019

Conversation

daniel-oster
Copy link
Contributor

I fixed a logical test issue that made the code to not go through the
cleanup path when errors happened and a issue with the error message
where a ToString was called on a dictionary resulting in the type name
instead of the actual error message. I refrained from adding the
detailed errors provided by elastic, because they can be many and
ridiculously detailed

What issue does this PR address?
An issue with BufferCleanPayload #294

Does this PR introduce a breaking change?
Not really, but since it may start to execute code paths not previously executed it could cause peoples bugs to surface

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:

I fixed a logical test issue that made the code to not go through the
cleanup path when errors happened and a issue with the error message
where a ToString was called on a dictionary resulting in the type name
instead of the actual error message. I refrained from adding the
detailed errors provided by elastic, because they can be many and
ridiculously detailed
@mivano mivano merged commit e16bb2e into serilog-contrib:dev Nov 13, 2019
@mivano
Copy link
Contributor

mivano commented Nov 13, 2019

Thanks for the PR

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

Successfully merging this pull request may close these issues.

None yet

2 participants