spdlog-python
spdlog-python copied to clipboard
When flush called on async mode logger -> infinite loop
I had to disable flush() on async mode logger due to never returning from it... Will have to look into why this happens.