Skip to content

Reduce default verbosity of the package #523

@MeyerBender

Description

@MeyerBender

In my experience, spatialdata-plot is quite verbose. While detailed logging is very helpful for warnings and debugging, I often encounter a wall of text even when everything is working correctly. This is due to the extensive use of logger.info() throughout the codebase.

Although users can manually adjust the logging level, I think the default behavior could be less verbose for normal, successful execution. I would suggest to either remove the logger.info() calls entirely, or introduce a verbose argument for the relevant methods (defaulting to False).

I’d be happy to have a go at this, but wanted to gather some opinions first. Is this a change that would be welcome?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions