Logging /error_log to disk?
Hi all I'm trying out Zope 2.6 for the first time, and I've discovered '<server>/error_log'. This is very cool, but can I get it to log these exceptions to a file on disk as well, where I can tail & grep it? -- Jean Jordaan http://www.upfrontsystems.co.za
There is an option in the error_log object to have it add the tracebacks to the debug log. Take a look in the ZMI. -Casey On Thu, 31 Oct 2002 23:05:44 +0200 Jean Jordaan <jean@upfrontsystems.co.za> wrote:
Hi all
I'm trying out Zope 2.6 for the first time, and I've discovered '<server>/error_log'. This is very cool, but can I get it to log these exceptions to a file on disk as well, where I can tail & grep it?
-- Jean Jordaan http://www.upfrontsystems.co.za
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Casey Duncan -
Jean Jordaan