Python MultiProcess, Logging, Various Classes -


i trying log single file multiple processes having lot of trouble it. have spend countless hours looking online -- stackoverflow , google, have come nothing concrete.

i have read: how should log while using multiprocessing in python?

i've been trying use zzzeek's code not write file me. don't have specific way i'm doing -- i've been trying every way can.

have of got work , have sample code, or have alternative way of doing it. need log multiple processes same file. log errors various class same file. i, however, satisfied simple getting multiprocess 1 work.

thanks

look @ these posts:

  1. using logging multiprocessing
  2. improved queuehandler, queuelistener: dealing handlers block
  3. logutils: using recent logging features older python versions

Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -