0

I've configured syslog-ng for a java application running on sles 10, when an exception occurs it shows stack trace without new lines.

any suggestion is appreciated.

Mehdi Eshaghi
  • 127
  • 1
  • 8

2 Answers2

0

I would have thought so; at least I know rsyslogd can. Java stack traces can be very large quite large, so you may like to use TCP instead. I would recommend using the logger command to simulate the test, and using tcpdump -s0 -A port syslog to determine if the new-line characters are being transmitted.

Cameron Kerr
  • 1,725
  • 16
  • 23
0

I think it's available on version 3.5 of syslog-ng.

Mehdi Eshaghi
  • 127
  • 1
  • 8