common.logging_utils

common.logging_utils.init_queue_logging(log_queue, log_level=20)

This initializes the queue logging for this PROCESS.

This only needs to be called ONCE PER PROCESS and should be called at the beginning of the process’s run() method.