Mergifyio / daiquiri

Python library to easily setup basic logging functionality
Apache License 2.0
333 stars 25 forks source link

Multiprocessing support #32

Open amirouche opened 5 years ago

amirouche commented 5 years ago

I don't think daiquiri provide a ready solution for multiprocessing context.

ref: https://stackoverflow.com/questions/641420/how-should-i-log-while-using-multiprocessing-in-python ref: https://github.com/jruere/multiprocessing-logging

amirouche commented 5 years ago

I think multiprocessing-logging should be activated when the handler is not socket based.