Re: [Zope] zope 2.8 command line tracebacks

2005-08-30 Thread Dieter Maurer
Ed Colmar wrote at 2005-8-29 15:38 -0700:
The 2.8 version of zope no longer displays tracebacks in the terminal 
window (after excecuting ./runzope). It just stops execution at any 
errors.

Do you speak of startup errors?

I was able to analyse them with bin/zopectl fg.
They came on the console as before (though a bit later...)

-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] zope 2.8 command line tracebacks

2005-08-29 Thread Ed Colmar
The 2.8 version of zope no longer displays tracebacks in the terminal 
window (after excecuting ./runzope). It just stops execution at any 
errors.  I am trying to troubleshoot a page that is called from another 
server, so I do not get to view the error document.


I have debug mode turned on. 

Is there any way I can get this information?  It is ok if it ends up in 
a logfile, but output to shell (like previous zope behaviour) is preferred.


I am linux (x86) using a zope built from sources.

Thanks for any tips.

-e
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] zope 2.8 command line tracebacks

2005-08-29 Thread Jens Vagelpohl


On 29 Aug 2005, at 23:38, Ed Colmar wrote:

The 2.8 version of zope no longer displays tracebacks in the  
terminal window (after excecuting ./runzope). It just stops  
execution at any errors.  I am trying to troubleshoot a page that  
is called from another server, so I do not get to view the error  
document.


Zope does not stop execution at any errors, and it never has. Look  
at the error log object in the ZODB root to find tracebacks. In there  
you can also enable copying error tracebacks to the event log, which  
you can tail.


jens

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )