New submission from José Manuel Ferrer :
Argument error messages display the untranslatable text 'argument ', which
should be translatable to other languages, just like it's possible to do with
the rest of the constructed error message.
--
components: Library (Lib)
m
José Manuel added the comment:
Sorry to bother you again, but I've tested this not only with Fluentd, but with
a RSYSLOG server and it does not work with TCP except if you manually add the
trailer LF character. Other than that, UDP default transport protocol has no
issues and works fine
José Manuel added the comment:
After reading the RFC5424 it seems that there is no such "new line message
delimiter":
4.3.1. Message Length
The message length is the octet count of the SYSLOG-MSG in the
SYSLOG-FRAME. A transport receiver MU
New submission from José Manuel:
I'm using SyslogHandler from logging.handlers to send syslog messages to a
Fluentd input
(https://github.com/fluent/fluentd/blob/master/lib/fluent/plugin/in_syslog.rb),
both in TCP and UDP. UDP works fine, but TCP does not work.
The "problem&qu