live_thumb
live_thumb copied to clipboard
add support to multiprocessing logging
When using logging for multiprocess applications.
Some support for logging is available. Note, however, that the logging package does not use process shared locks so it is possible (depending on the handler type) for messages from different processes to get mixed up.
Source: python multiprocessing
One of the possible solutions is to use a shared queue lib to log.