Re: Logging errors to a file

2007-02-18 Thread Gabriel Genellina
En Mon, 19 Feb 2007 00:00:35 -0300, Harlin Seritt <[EMAIL PROTECTED]> escribió: > Is there any way to automatically log errors that occur within an > executed script to a file? The logging module. You may want to enclose your main entry point in a try/except block, just to be sure you catch e

Logging errors to a file

2007-02-18 Thread Harlin Seritt
Is there any way to automatically log errors that occur within an executed script to a file? Thanks, Harlin -- http://mail.python.org/mailman/listinfo/python-list