<HTML><BODY>Hi Developers,<br><br>Does it make sense to extend SysLogAppender with <span style="color: rgb(51, 51, 51);font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif;font-size: 14px;font-style: normal;font-variant: normal;font-weight: normal;letter-spacing: normal;line-height: 20px;orphans: auto;text-align: left;text-indent: 0px;text-transform: none;white-space: normal;widows: auto;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(192, 161, 84);display: inline !important;float: none;" data-mce-style="color: #333333;font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif;font-size: 14px;font-style: normal;font-variant: normal;font-weight: normal;letter-spacing: normal;line-height: 20px;orphans: auto;text-align: left;text-indent: 0px;text-transform: none;white-space: normal;widows: auto;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: #c0a154;display: inline !important;float: none;"></span>"throwableMessageAppended" field to allow attach Exception/Throwable message<br>to event ?<br><br>Reason: Syslog is non linux/unix event logging system that does not support multi-line, so java developers play with substitution of EndOfLine symbols to make it conform unix rules for event logging. But in this case event become unreadable if full stacktrace is in event. It is most likely required only to see Exception message and then decide how to react on problem.<br><br>No message nor full stacktrace is enough to investigate and fix problem - developer need see full log from job and context of event before. So having ability to have in Syslog only exception message is more convenient and short.<br><br>In detail, and examples: <a href="http://roman-ivanov.blogspot.com/2013/10/logging-exception-message-in-log-event.html" data-mce-href="http://roman-ivanov.blogspot.com/2013/10/logging-exception-message-in-log-event.html" target="_blank">http://roman-ivanov.blogspot.com/2013/10/logging-exception-message-in-log-event.html</a><br><br>Thanks,<br>Roman Ivanov<br></BODY></HTML>