IBM / jupyterlab-s3-browser

A JupyterLab extension for browsing S3-compatible object storage
Apache License 2.0
119 stars 43 forks source link

Boto debug logging is too verbose #29

Closed calvinytong closed 3 years ago

calvinytong commented 3 years ago

Is your feature request related to a problem? Please describe. The extension seems to dump the debug logs from botocore, which are pretty verbose and can hide other logs

Describe the solution you'd like It would be nice to allow the logging to be configurable and/or set the default level to something less verbose (err/warn maybe)

reevejd commented 3 years ago

Thanks for opening the issue, sorry it took me so long to get around to it. Logging is no longer so verbose.

calvinytong commented 3 years ago

Thanks so much for getting to it!