Skip to content

Refactor: Implement Standard Logging #2

Description

@Pascal-Kueng

Replace print(..., file=sys.stderr) with the Python logging module.

Benefit:

  • Allows users to control verbosity (e.g., -v for debug logs).
  • Provides a cleaner way to capture errors during batch processing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions