Re: [openstack-dev] Oslo logging eats system level tracebacks by default

2014-05-28 Thread Joshua Harlow
stack.org<mailto:openstack-dev@lists.openstack.org> openstack-dev@lists.openstack.org<mailto:openstack-dev@lists.openstack.org> Subject: Re: [openstack-dev] Oslo logging eats system level tracebacks by default On 05/28/2014 11:39 AM, Doug Hellmann wrote: > On Wed, May 28, 2014 at 10:38 A

Re: [openstack-dev] Oslo logging eats system level tracebacks by default

2014-05-28 Thread Davanum Srinivas
+1 from me. On Wed, May 28, 2014 at 11:49 AM, Jay Pipes wrote: > On 05/28/2014 11:39 AM, Doug Hellmann wrote: >> >> On Wed, May 28, 2014 at 10:38 AM, Sean Dague wrote: >>> >>> When attempting to build a new tool for Tempest, I found that my python >>> syntax errors were being completely eaten. A

Re: [openstack-dev] Oslo logging eats system level tracebacks by default

2014-05-28 Thread Morgan Fainberg
List (not for usage questions) openstack-dev@lists.openstack.org Date: May 28, 2014 at 08:50:25 To: openstack-dev@lists.openstack.org openstack-dev@lists.openstack.org Subject:  Re: [openstack-dev] Oslo logging eats system level tracebacks by default On 05/28/2014 11:39 AM, Doug Hellmann wrote

Re: [openstack-dev] Oslo logging eats system level tracebacks by default

2014-05-28 Thread Jay Pipes
On 05/28/2014 11:39 AM, Doug Hellmann wrote: On Wed, May 28, 2014 at 10:38 AM, Sean Dague wrote: When attempting to build a new tool for Tempest, I found that my python syntax errors were being completely eaten. After 2 days of debugging I found that oslo log.py does the following *very unexpec

Re: [openstack-dev] Oslo logging eats system level tracebacks by default

2014-05-28 Thread Doug Hellmann
On Wed, May 28, 2014 at 10:38 AM, Sean Dague wrote: > When attempting to build a new tool for Tempest, I found that my python > syntax errors were being completely eaten. After 2 days of debugging I > found that oslo log.py does the following *very unexpected* thing. > > - replaces the sys.except

[openstack-dev] Oslo logging eats system level tracebacks by default

2014-05-28 Thread Sean Dague
When attempting to build a new tool for Tempest, I found that my python syntax errors were being completely eaten. After 2 days of debugging I found that oslo log.py does the following *very unexpected* thing. - replaces the sys.excepthook with it's own function - eats the execption traceback un