Re: Put the output from all my programs in one place

2008-09-02 Thread alex23
On Sep 2, 6:30 am, Jesse Aldridge [EMAIL PROTECTED] wrote: I want to put all the output from all of my python programs in one place. Have you considered using the python logging module? http://docs.python.org/lib/module-logging.html http://www.onlamp.com/pub/a/python/2005/06/02/logging.html

Put the output from all my programs in one place

2008-09-01 Thread Jesse Aldridge
I want to put all the output from all of my python programs in one place. I've been trying to get this working for the last few days, but there are lots of annoying little details that are making the process quite difficult. I'm wondering if anyone can help me get this working. Currently I have