[New-bugs-announce] [issue12419] Add ident parameter to SysLogHandler
Floris Bruynooghe
report at bugs.python.org
Mon Jun 27 14:27:57 CEST 2011
New submission from Floris Bruynooghe <floris.bruynooghe at 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 <report at bugs.python.org>
<http://bugs.python.org/issue12419>
_______________________________________
More information about the New-bugs-announce
mailing list