python-graphql-client icon indicating copy to clipboard operation
python-graphql-client copied to clipboard

feat: replace print with log

Open maorfr opened this issue 6 years ago • 0 comments

when using this client externally, the user sometimes does not want the response to be printed out.

this PR replaces the print statements with logging.debug statements. if you think this change makes sense but want more flexibility around the log level, i'm willing to extend this PR as well.

thanks a lot!

maorfr avatar Jan 15 '20 09:01 maorfr