ShawHahnLab / umbra

Python package and executable for Linux for managing Illumina sequencing runs
GNU Affero General Public License v3.0
3 stars 0 forks source link

File contents dumped to log for each Box upload #88

Closed ressy closed 4 years ago

ressy commented 4 years ago

The Box SDK files log messages at level INFO via boxsdk.network.default_network that contain the binary contents of uploaded files in their entirety. Since we pass along everything logged at level INFO and higher this dumps huge amounts of info into syslog with each uploaded file.

A simple workaround would be to set the level of that specific logger to something higher, like WARNING.