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

Fix duplication of left bracket in SD element #40

Merged
1 commit merged into from Jul 5, 2016
Merged

Fix duplication of left bracket in SD element #40

1 commit merged into from Jul 5, 2016

Conversation

davidgeary
Copy link
Contributor

@davidgeary davidgeary commented Jun 24, 2016

SD elements are currently being sent with two left brackets, causing the id and params to be misinterpreted by some syslog implementations.

The extra bracket can be seen in this screenshot from wireshark:
wireshark

We're using Loggly and the extra bracket is resulting in the sd-params being ignored:
loggly-error

Once the extra bracket is removed, the log appears correctly:
loggly-fixed

SD elements are currently being sent with two left brackets, causing the
id and params to be misinterpreted by some syslog implementations.
@ghost ghost merged commit 7a9bb4c into luigiberrettini:master Jul 5, 2016
@ghost
Copy link

ghost commented Jul 5, 2016

Thanks!

ghost pushed a commit that referenced this pull request Jul 5, 2016
@luigiberrettini luigiberrettini added this to the 3.0.0 milestone May 12, 2018
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants