multiprocessing-logging icon indicating copy to clipboard operation
multiprocessing-logging copied to clipboard

MultiProcessingHandler._receive() should call handle() instead of emit() ?

Open Finndersen opened this issue 4 years ago • 0 comments
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?

Finndersen avatar Apr 20 '21 01:04 Finndersen