multiprocessing-logging
multiprocessing-logging copied to clipboard
MultiProcessingHandler._receive() should call handle() instead of emit() ?
trafficstars
It seems like it would make sense for the _receive() thread to call sub_handler.handle(record) instead of emit(), so that filters on the sub_handler are applied?