When I was trying to explore this tool in windows command prompt, it gives me error for Unicode Not Supported.
After digging inside the code, I found that it requires to add utf-8 additionally in logger argument, which will add support for user to run from windows command prompt.
More details regarding issue can be found here..
Delgan/loguru#124
Please let me know if I can create Pull Request for this small fix. I have made the changes in local.