Skip to content

fix(cli): replace default logging with RichHandler#259

Open
msranjana wants to merge 1 commit into
FastCrest:mainfrom
msranjana:fix/rich-cli-logging
Open

fix(cli): replace default logging with RichHandler#259
msranjana wants to merge 1 commit into
FastCrest:mainfrom
msranjana:fix/rich-cli-logging

Conversation

@msranjana

@msranjana msranjana commented Jul 10, 2026

Copy link
Copy Markdown

Description

Replaced the default CLI logging handler with rich.logging.RichHandler to improve log readability with colored log levels while preserving the existing logging behavior. This fixes #73

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Infrastructure / CI update

How Has This Been Tested?

  • pytest tests/ passes locally
  • tether doctor sanity check
  • Other (please specify):

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have kept the PR scoped to a single concern (one concern per PR)

@msranjana msranjana requested a review from rylinjames as a code owner July 10, 2026 19:16
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.

[UX] Implement Color-Coded Log Rendering in CLI

1 participant