Skip to content

Conversation

@grillazz
Copy link
Owner

No description provided.

@grillazz grillazz requested a review from Copilot October 23, 2025 10:10
@grillazz grillazz self-assigned this Oct 23, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR migrates the project's logging solution from a custom structlog implementation with rich formatting to Rotoger, a production-ready logging library. The change simplifies the logging setup by removing custom rotation logic while gaining structured, asynchronous logging capabilities.

Key Changes:

  • Removed custom RotatingBytesLogger and factory classes previously handling log rotation
  • Updated documentation to describe Rotoger's structured logging, async capabilities, and built-in rotation

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
app/utils/logging.py Completely removed custom logging implementation including rotation handlers and singleton logger class
README.md Updated documentation to reflect migration from rich library to Rotoger, explaining new structured and asynchronous logging benefits

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@grillazz grillazz merged commit 3220044 into main Oct 23, 2025
2 checks passed
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.

1 participant