XENONnT / utilix

Package for XENON members to easily interface with RunDB, Midway batch queue, maybe Rucio (others?).
0 stars 6 forks source link

Add more function to manipulate logging #123

Closed dachengx closed 1 month ago

dachengx commented 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.