syslog icon indicating copy to clipboard operation
syslog copied to clipboard

LF at the end of udp packet is printed in a funny way

Open wkhere opened this issue 11 years ago • 0 comments

..at least by rsyslog:

Sep  6 23:00:27 localhost elixir<0.48.0>: 01:00:27.202 [debug] hey#012

When I remove LF from this line it's back to normal:

Sep  6 23:02:50 localhost elixir<0.48.0>: 01:02:50.407 [debug] foo

How it is on your system?

wkhere avatar Aug 06 '14 23:08 wkhere