Issue Type: Bug Bug
Affects Versions: 1.0.13
Assignee: Logback dev list
Components: logback-core
Created: 17/Nov/13 2:36 AM
Description:

Logs using SyslogAppender will generally be dropped if their size is greater than the operating system's default UDP datagram size. It would be better to truncate them to the length of the system's default UDP datagram size if needed.

See discussion about this at https://github.com/qos-ch/logback/pull/158

Environment:

Operating System where the default UDP datagram size (SO_SNDBUF) is less than 65000 bytes, such as:

  • FreeBSD: 9216 bytes (net.inet.udp.maxdgram sysctl)
  • Linux: 56320 bytes (sysctl net.core.wmem_default / 2)
  • Solaris: 8192 bytes (udp_xmit_hiwat)
Project: logback
Priority: Minor Minor
Reporter: Eric Dahl
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira