On Mon, 2009-02-23 at 09:12 -0800, Phillip B Oldham wrote:
> I've got a python script running as a daemon (using someone else's
> daemon module). It runs fine for a while, but will occasionally balk
> and die. Since its running in the background, I'm getting no error
> from it.
> 
> What's the best way to capture the output into a file for later review?

Point standard out to an open file handle?

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to