-
Notifications
You must be signed in to change notification settings - Fork 60
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
GelfMessage should fail on host = "", shortmessage="" #82
Comments
Related: Graylog2/graylog2-server#5171 |
Which version of graylog-server do you use? |
Graylog 3.3.16+f766a24 |
According to GelfCodec.java, Graylog requires a
So this will be changed in the next release of this library. |
Describe the bug
We have a logging with a short message "" (coming from the root cause NullPointerException)
GelfMessage checks for null but not empty message. Our Graylog server silently skips a message with short_message = "" even if full message is filled properly
should be changed to something like
insert test code here
The text was updated successfully, but these errors were encountered: