New submission from Jr Aquino <jr.aqu...@citrixonline.com>: This patch is to address the deficiency in sending syslog messages to an external syslog server via tcp or udp.
Currently the handler only really supports udp unless it is being redirected locally through a unix socket. The submitted patch allows for the standard udp SOCK_DGRAM behavior to continue being the default, but allows for a protocol object to be defined as tcp to allow for the alternate protocol. ---------- components: Extension Modules files: handlers.py.diff keywords: patch messages: 93766 nosy: enigma severity: normal status: open title: logging.handlers.SysLogHandler with TCP support type: behavior versions: Python 2.6 Added file: http://bugs.python.org/file15084/handlers.py.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7086> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com