Re: Efficient way of looging in python

2013-05-02 Thread Maitrey Mishra
sing/synchronize.py", line 49, in __init__ sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue) OSError: [Errno 17] File exists On Thu, May 2, 2013 at 4:13 PM, Maitrey Mishra wrote: > I wrote some tests for logging module. I use python 2.6 and use the > example

Re: Efficient way of looging in python

2013-05-02 Thread Maitrey Mishra
n-Michel Pichavant < jeanmic...@sequans.com> wrote: > Yep that's the one I used. > > -- > > Ah, > http://plumberjack.blogspot.de/2010/09/using-logging-with-multiprocessing.html > I use this now, it seems to work! > Thanks! > > > On Fri, Apr 26, 201