Replies: 1 comment 1 reply
-
You probably have a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm in love with the Rich logging handler, but unfortunately I'm also addicted to
hivemind
andovermind
, two awesome process managers for development.When I run a process using the Rich logging handler in
hivemind
orovermind
, Rich fails to detect the proper terminal width:It assumes 100 columns and wraps log messages unnecessarily.
To work around this, is there any way I can reconfigure the rich handler to put the filename/linenumber on a different column and pretend it has infinite columns to work with? (i.e. never wrap)
Beta Was this translation helpful? Give feedback.
All reactions