Hi! I trying to make logging from my python scripts to loggly (loggly.com)
via rsyslog tcp forwarding. Rsyslog receiving log message from unix log
socket and sends it to loggly via tcp. The problem is when my python scripts
generate exception and send stacktrace to rsyslog. Rsyslog replace all
spectial characters from trace and I see it at loggly like one ugly row.
When I use "$EscapeControlCharactersOnReceive off" directive rsyslog split
trace to separate messages and add for each one date, host, etc. Then I see
that trace like set of separate messages on loggly. So what I can do to see
normal traces on loggly service?
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com