Test use of library https://github.com/jruere/multiprocessing-logging in Windows
Closed this issue · 0 comments
oPromessa commented
I use multiprocessing-logging to allow proper sequential logging into a file when running in multiprocessing mode.
On Linux works perfectly but I'm currently not able to test under Windows.
- To be tested in Windows
- If anyone has used successfully flickr-uploader in Windows in multiprocessing mode (-p) do let me know if the error log output is clean and ordered, namely if you use the
ROTATING_LOGGING = True
option.