0

I have a rsyslog daemon running on a server receiving and aggregating messages from a number of other servers. Occasionally, I see line written which looks like the start of a message, an ellipsis(...), and the end of another, different, message.

It doesn't appear to have anything to do with the length of the message, as longer messages get through with out problems.

I have looked through the rsyslog doco without success and searching google for ... is not useful. Have I just missed something in the doco, or is this a bug?

Michael Rutherfurd
  • 13,815
  • 5
  • 29
  • 40

1 Answers1

0

The elipsis is actually coming from the log4j syslog appender implementation. If the line is "too long" it will be truncated and an elipsis will be written instead.

Michael Rutherfurd
  • 13,815
  • 5
  • 29
  • 40