-
Bug
-
Resolution: Done
-
Major
-
1.4.1.Final
-
None
-
None
SyslogHandler doesn't handle encoding correctly.
In RFC5424 format, there is unnecessary getBytes() and new String().
In RFC3164 format, it does substring based on char length where it should be byte length. It currently sends > 1024 bytes message to syslog when the message has multi byte chars.