-
Notifications
You must be signed in to change notification settings - Fork 102
GelfHTTPSender calls getBytes() without a charset #207
Comments
Can you grab a hex-dump of a packet and one of how it should be to investigate the issue? There's no charset option that could be set. We're using our own UTF-8 encoding, see https://github.com/mp911de/logstash-gelf/blob/master/src/main/java/biz/paluch/logging/gelf/intern/JsonWriter.java#L209. |
thanks for your answer. i find the problem. its a environment problem. |
Is that a |
yeah. i just add a configuration file called web.config in the site/wwwroot folder and the content is
|
That isn't what I asked for. Where is the call to |
|
Thanks a lot. We're working with UTF8 all the time so we should change |
We now consistently use UTF8 to encode String values to bytes to prevent platform-dependent encoding.
That's fixed now. |
logstash-gelf version :1.13.0
logback version:1.0.13
configuration:
The graylog support charset utf-8. but it shows incorrect chinese, so i want to set charset UTF-8 in the GelfLogbackAppender .but i didnt find any like charset tags.
Thanks.
The text was updated successfully, but these errors were encountered: