[Zope-Coders] Fwd: Re: [Zope] Reclaim the Stupid Logfile Traceback Format!
Guido van Rossum
guido@python.org
Fri, 15 Nov 2002 11:43:33 -0500
> Hi,
> Chris Withers tells me that this problem might be fixed in CVS.
> Could anyone (Guido?) confirm? And if what branch?
> Best Regards,
> Johan Carlsson
I'm not sure if I understand what "this" refers to. I did make a
change to the zLOG package on the CVS trunk to always use the standard
Python traceback formatting. Maybe that would help you?
--Guido van Rossum (home page: http://www.python.org/~guido/)
> >Johan Carlsson [EasyPublisher] wrote:
> >>
> >>Hi,
> >>In Zope 2.6 there is a new Site Error Log object and the traceback has been
> >>modified to not include the full path of modules, but only paths relatice
> >>from the lib/python. This is sensible when working TTW.
> >>
> >>But why on earth does the Stupid Log File use the same traceback format.
> >>
> >>I use Textpad for Windows as my primary Zope debug tool and it I have
> >>configured it to parse the Stupid Log File, making all file references
> >>hyper links.
> >>This stops working with the new traceback format.
> >>
> >>So is there an easy way (or even standard way) to reset the traceback format
> >>for the Stupid Log File?
> >>
> >>Best Regards,
> >>Johan Carlsson
> >
> >Ask on zope-coders@zope.org, I think Guido fixed this in CVS.
> >
> >If he didn't, put an issue in the collector and try and persuade someone
> >to fix it.
> >
> >FWIW, I miss it too :-)
> >
> >Chris