[New-bugs-announce] [issue7086] logging.handlers.SysLogHandler with TCP support

Jr Aquino report at bugs.python.org
Fri Oct 9 00:58:22 CEST 2009


New submission from Jr Aquino <jr.aquino at 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 <report at bugs.python.org>
<http://bugs.python.org/issue7086>
_______________________________________


More information about the New-bugs-announce mailing list