[issue7086] logging.handlers.SysLogHandler with TCP support

2009-10-09 Thread Jr Aquino
Jr Aquino added the comment: Vinay, tested on all syslog daemons/servers. Works perfectly. Thank you very much. I appreciate your time greatly. -- status: pending -> open ___ Python tracker <http://bugs.python.org/iss

[issue7086] logging.handlers.SysLogHandler with TCP support

2009-10-09 Thread Jr Aquino
Jr Aquino added the comment: Thank you for responding so quickly Vinay. I am using a multitude of syslog daemons, from syslog, syslog-ng, rsyslog, and several different proprietary SIEM/SEM Log archiving appliances. I work in the security sector. (Yes I have read Rainer before, its

[issue7086] logging.handlers.SysLogHandler with TCP support

2009-10-08 Thread Jr Aquino
Changes by Jr Aquino : Removed file: http://bugs.python.org/file15084/handlers.py.diff ___ Python tracker <http://bugs.python.org/issue7086> ___ ___ Python-bugs-list m

[issue7086] logging.handlers.SysLogHandler with TCP support

2009-10-08 Thread Jr Aquino
Jr Aquino added the comment: Here is the patch with the requested syntactical corrections. -- Added file: http://bugs.python.org/file15085/handlers.py.diff ___ Python tracker <http://bugs.python.org/issue7

[issue7086] logging.handlers.SysLogHandler with TCP support

2009-10-08 Thread Jr Aquino
New submission from Jr Aquino : 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