-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
HacktoberfestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomers to tryGood for newcomers to tryhelp wantedExtra attention is neededExtra attention is needed
Description
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)
- Update
debug_requests_onin search.py to use rich logger - Update debug print lines in search.py To use the logger
- Update
test_cli_debugIn CLI tests if needed
Metadata
Metadata
Assignees
Labels
HacktoberfestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomers to tryGood for newcomers to tryhelp wantedExtra attention is neededExtra attention is needed