aaaaaaaa created LOG4J2-1865: -------------------------------- Summary: Many Issues with SyslogAppender: Unable to Send Stack Traces Over SyslogAppender using TCP, AppenderComponentBuilder lacks LoggerFields Key: LOG4J2-1865 URL: https://issues.apache.org/jira/browse/LOG4J2-1865 Project: Log4j 2 Issue Type: Bug Components: Appenders Affects Versions: 2.8.1 Environment: SLF4J, java8 Reporter: aaaaaaaa
-Not enough documentation on the appenders page. What is a LoggerField? Where are the keys used? -Unable to add LoggerFields to AppenderComponentBuilder -LoggerFields added to SyslogAppender.Builder result in any logged messages w/ throwables to turn into a single letter logged message such as "e" or "n" -Unable to receive in rsyslog using BSD format (only using RFC) -Using config file with TCP, same result as SyslogAppender.Builder, with loggerfields the message is replaced fully by "e" or "n" -Using config file with UDP, throwables are logged but new lines are printed instead of pre-processed: test#012java.lang.Throwable#012#011at main(main.java:5) [main.jar:?]#012 http://stackoverflow.com/questions/43173816/doesnt-seem-to-be-a-way-to-send-full-stack-traces-over-syslogappender-in-log4j2 I will have to find an alternative logging until this is fixed in log4j2. Remote logging is very important in my application as a stand-alone feature. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org