-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
🗣️ discussionNeeds further discussionNeeds further discussionenhancementNew feature or requestNew feature or request
Description
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
Labels
🗣️ discussionNeeds further discussionNeeds further discussionenhancementNew feature or requestNew feature or request