live_thumb icon indicating copy to clipboard operation
live_thumb copied to clipboard

add support to multiprocessing logging

Open leandromoreira opened this issue 7 years ago • 0 comments

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.

leandromoreira avatar Jun 19 '17 13:06 leandromoreira