https://issues.apache.org/bugzilla/show_bug.cgi?id=51979
--- Comment #2 from Lars Peterson <[email protected]> 2012-01-31 23:28:46 UTC --- I'm trying to send syslog messages containing stack trace information and am running into the greater than 1024 bytes issue too. The changes made to SyslogAppender and SyslogWriter (I'm using 1.2.16) are causing new messages to be generated when the 1024 limit is reached. Reverting back to 1.2.14 does indeed solve the issue. I understand the need and desire to be compliant with the standards, but I can't see any harm in adding a "maxMessageSize" field to the SyslogAppender class and re-factoring the code as needed. Thanks -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
