Re: Python logging and ThreadingTCPServer

2008-10-17 Thread Vinay Sajip
On Oct 17, 5:48 pm, Daniel <[EMAIL PROTECTED]> wrote: > Hello, > > I building an application that consists of several sockets > components. I would like to useloggingin them, but I've noticed > some issues with the logs getting mangled. This mangling seems to > happen when different threads attem

Python logging and ThreadingTCPServer

2008-10-17 Thread Daniel
Hello, I building an application that consists of several sockets components. I would like to use logging in them, but I've noticed some issues with the logs getting mangled. This mangling seems to happen when different threads attempt to access the same log file. For example, if a client and a