<div dir="ltr">Hi all,<div><br></div><div>I’ve configured the syslog appender successfully to output logs to rsyslog as this is what we use in our dev and prod env. This works well but for one thing. I don’t get stack traces at all.</div>

<div><br></div><div>Searching the inter webs I couldn’t find the solution to this. It seems like others have the issue the other way around, which is rather amusing (I guess).</div><div><br></div><div>My configuration of the syslog appender looks like this:</div>

<div><br></div><div><div>    <appender name="syslog" class="ch.qos.logback.classic.net.SyslogAppender"></div><div>        <syslogHost>${syslog.host:-localhost}</syslogHost></div><div>

        <facility>${syslog.facility:-local0}</facility></div><div>        <suffixPattern>${syslog.program:-my-program}: %-5level - [%thread] %msg%n</suffixPattern></div><div>    </appender></div>

</div><div><br></div><div>I’m using version 1.1.2 of logback classic (behind slf4j 1.7.7).</div><div><br></div><div>Any hint of where I should look is much appreciated.</div><div><br></div><div>Thanks,</div><div>Samuel Le Berrigaud. </div>

<div><br></div></div>