hedyhli/starcli

Better debug logging - Use rich.logging

hedyhli opened this issue ยท 4 comments

Description

Currently we are using the python print function to print debug info when users use --debug, it would be better practice to use a logger (rich.logging) to log debug information, as well as requests debug info

how do you think should it be implemented? (If possible)

What's the status of this?

feel free to pick it if you like ๐Ÿ˜„

I am going to try helping with it.

Hi @hedythedev .
Check it out. Hopefully solves it.
Thanks for letting me solve it.