[ https://issues.apache.org/jira/browse/LOGCXX-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Middleton updated LOGCXX-324: ------------------------------------ Fix Version/s: 1.0.0 > exception on logging long message to syslog > ------------------------------------------- > > Key: LOGCXX-324 > URL: https://issues.apache.org/jira/browse/LOGCXX-324 > Project: Log4cxx > Issue Type: Bug > Components: Appender > Affects Versions: 0.10.0 > Environment: Linux > Reporter: Ben Hockley > Assignee: Robert Middleton > Priority: Major > Fix For: 1.0.0 > > > An exception is raised by log4cxx when a very large message is logged using > the SyslogAppender/SyslogWriter (other appenders/writers appear to "work" > perfectly with large messages). > The exception occurs if the message in question is too large to fit inside > a UDP packet (the syslog protocol uses UDP). > It would be better to split big messages up before sending them over the > syslog protocol as per this similar log4j issue/fix - > https://issues.apache.org/bugzilla/show_bug.cgi?id=42087 - rather than > forcing log4cxx clients to restructure their program logic in order to > avoid (or recover from) from this kind of rare logging exception. -- This message was sent by Atlassian Jira (v8.20.10#820010)