-
Notifications
You must be signed in to change notification settings - Fork 39
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
Do not strip leading underscore from fields conflicting with GELF fields #25
Comments
I concur. Especially when the incoming message contains a field such as |
@jbladen I could not find a reference to a reserved field called |
looks like it's best to remove leading underscore from |
Currently, if a GELF message contains
level
and_level
fields, the value of_level
overwriteslevel
. The leading underscore should be kept when an additional field has the same name as a GELF field (version
,host
,short_message
,full_message
,timestamp
,level
,facility
,line
andfile
).The text was updated successfully, but these errors were encountered: