Skip to content

Add logging utility to replace print statements#70

Open
dataymeric wants to merge 4 commits intoINRIA:devfrom
dataymeric:feature/logging-utils
Open

Add logging utility to replace print statements#70
dataymeric wants to merge 4 commits intoINRIA:devfrom
dataymeric:feature/logging-utils

Conversation

@dataymeric
Copy link
Copy Markdown
Collaborator

This PR introduces a simple logging utility using Rich to replace ad-hoc print statements.
This makes messages across modules clearer and easier to follow, while also giving control over debug and verbosity levels.

name = "geoarches"
version = "0.1.0"
license = "CC BY-NC-SA 4.0"
license = "BSD-3-Clause"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to check this more officially?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated it because uv generated an error with the previous license when building or locking the project, though poetry seems to care less

grahamclyne
grahamclyne previously approved these changes Sep 5, 2025
@dataymeric dataymeric force-pushed the feature/logging-utils branch from 384bb67 to 5c1b440 Compare September 11, 2025 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants