Creating a Client with logging=True
sets the logging level for requests globally.
#12
Labels
logging=True
sets the logging level for requests globally.
#12
I noticed this because our tests created a client with logging=True, which caused subsequent tests in other applications to log requests to the console. Removing the logging=True kwarg solved the issue.
The text was updated successfully, but these errors were encountered: