Vitaly added the comment:

SOCK_DGRAM causes log messages larger than about 2000 bytes to be dropped 
altogether on MacOS X 10.7.5 and to be truncated to 2081 bytes on Linux (tested 
with Amazon's linux, which is based on centos). This is quite unfortunate, 
since many exception tracebacks for production apps are larger than 2000 bytes, 
and it's paramount to capture the entire traceback in order to debug the issue. 
This limitation can be overcome if _connect_unixsocket() used the socktype arg 
value that was passed to SysLogHandler constructor.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16168>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to