New submission from Floris Bruynooghe <floris.bruynoo...@gmail.com>:

It would be nice if the SysLogHandler also accepted an "ident" parameter in 
line with the syslog.openlog() function.  This simply prepends the string 
passed in as "ident" to each log message which currently needs to be 
implemented with a log filter which modifies the record.

----------
components: Library (Lib)
messages: 139260
nosy: flub
priority: normal
severity: normal
status: open
title: Add ident parameter to SysLogHandler
type: feature request
versions: Python 3.3

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

Reply via email to