scalableminds / webknossos-libs

Python API and CLI tools for working with WEBKNOSSOS datasets, annotations and server interactions. Includes converter to OME-Zarr.
https://docs.webknossos.org/webknossos-py/index.html
22 stars 10 forks source link

Disable `boto` logging in tests #1000

Open hotzenklotz opened 6 months ago

hotzenklotz commented 6 months ago

Detailed Description

The boto library spams our logs when running the tests. We should tune the logger to only include warnings/errors.

Example: https://github.com/scalableminds/webknossos-libs/actions/runs/7917874379/job/21615004914

hotzenklotz commented 6 months ago

Maybe https://stackoverflow.com/questions/1661275/disable-boto-logging-without-modifying-the-boto-files?