Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RichHandler: Increase width of the logger #881

Closed
wants to merge 1 commit into from
Closed

Conversation

anvacaru
Copy link
Contributor

@anvacaru anvacaru commented Nov 9, 2024

A downside of using the RichHandler is the logger's fixed width. When --verbose or --debug is used, lines longer than the default width are wrapped on a new line, and lines shorter are padded with whitespace.

Here, I'm increasing the width to 1500.

A downside of using the RichHandler is the logger's fixed width. Lines longer than the default width are wrapped on a new line, and lines shorter are padded with whitespace.

Here I'm increasing the width to 1500.
@anvacaru
Copy link
Contributor Author

Closing in favor of #882

@anvacaru anvacaru closed this Nov 11, 2024
@anvacaru anvacaru deleted the anvacaru-patch-1 branch November 11, 2024 02:27
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