4teamwork / ftw.linkchecker

0 stars 0 forks source link

Implement logger for multiprocessing. #66

Closed busykoala closed 5 years ago

busykoala commented 5 years ago

Close #56

This introduces a subclass of multiprocessing.Pool which has the ability to log from each process into a queue. Also it introduces a listener for the incoming logs.

TODO:

busykoala commented 5 years ago

@maethu, Could you please check out the multiprocessing logging? And is there a point in testing this setup?

busykoala commented 5 years ago

@maethu, I now use the globally defined LOGGER_NAME everywhere. Also I got rid of the section where I get the logger to then get the logger name again.