Closed anvacaru closed 2 weeks ago
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.
--verbose
--debug
Here, I'm increasing the width to 1500.
Closing in favor of #882
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.