On Oct 18, 4:08 am, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
> Yes, output from several processes comes horribly mixed...
> I've avoided it using separate log files for each process; but if that's
> not possible, one could try using syslog or a SocketHandler and a separate
> listening process.

The Python logging docs even contain a working example of such a
listening process (receiver):

http://www.python.org/doc/current/lib/network-logging.html

Regards,

Vinay Sajip

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

Reply via email to