Pail output width #57849
Unanswered
pocketninja
asked this question in
Ideas
Pail output width
#57849
Replies: 0 comments
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.
-
Howdy!
Any interest in Pail supporting a configurable width?
Locally I usually have pail running (via
composer devstyle commands), and more often than not my log messages have useful info truncated out (esp when troubleshooting issues)I end up going back to tailing the log files directly, or opening up the log file itself.
Pail uses Termwind and specifies a
max-w-150for its output (eg https://github.com/laravel/pail/blob/main/src/Console/Commands/PailCommand.php#L50)How would folks feel about Pail supporting a command line arg to optionally specify an alternate max width?
Happy to do the PR if there's interest :)
Beta Was this translation helpful? Give feedback.
All reactions