windows下ConcurrentLogHandler因锁机制导致的卡死问题

用concurrent-log-handler替换ConcurrentLogHandler可解决windows因锁机制导致的卡死问题。

即pip install ConcurrentLogHandler 改为pip install concurrent-log-handler.

大写的好用~
感谢老哥的分享
作者:PyKailyn
链接:https://www.jianshu.com/p/def0a24974e4