[ZCM] [ZC] 2317/ 1 Request "Five raise TypeError: _log() got an unexpected keyword argument 'error' on broken products"
"Collector: Zope Bugs, Features, and Patches ..." <[email protected]> Fri, 27 Apr 2007 11:10:12 -0400
| Newsgroups | gmane.comp.web.zope.devel.collector-monitor |
|---|---|
| Message-ID | <[email protected]> |
Issue #2317 Update (Request) "Five raise TypeError: _log() got an unexpected keyword argument 'error' on broken products" Status Pending, Zope/bug+solution medium To followup, visit: http://www.zope.org/Collectors/Zope/2317 ============================================================== = Request - Entry #1 by ascylte on Apr 27, 2007 11:10 am Line 67 in the method handleBrokenProduct the call to logger.error(msg, error=exc) should be write as logger.error(msg, exc_info=exc) It's fixed in 2.10 but not in new 2.9 release. ==============================================================