Closed dachengx closed 1 month ago
For example after this PR you can control the logging of other packages like:
set_logging_level("urllib3", "WARNING")
to make request package to be quiet, as suggested by https://stackoverflow.com/a/11029841/16515081.
request
For example after this PR you can control the logging of other packages like:
to make
request
package to be quiet, as suggested by https://stackoverflow.com/a/11029841/16515081.