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
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 o