scalableminds/webknossos-libs

Logging during wkw/zarr conversion interrupts progress bar

markbader opened this issue · 0 comments

Context

  • Affected library: webknossos
  • Errors of PIMs Images and Info messages of the buffered slice writer are printed during conversion. This leads to interruption of the progress bar.

Expected Behavior

  • The buffered slice writer should only print logging messages when self.use_logging is set to true
  • The error messages of PIMS should not be printed (they are only relevant if no reader is found at all)