I have been trying to stream data and the data transfer was successful with a #015 appended to each line in my log file.
This is happening to all the log types trasferred.
Can you let me know what could cause that?
You can specify OutputType LineBased_LF so that the windows client does not send it with CRLF, though this is EE only for now.
Otherwise rsyslog should let you disable escaping.
Comments (2)
Thanks. Is there a way to overcome it? i tried setting EscapeControl True. But not sure whether it is the right option.
You can specify
OutputType LineBased_LF
so that the windows client does not send it with CRLF, though this is EE only for now.Otherwise rsyslog should let you disable escaping.