You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the work you put into bat.
I was considering using tail -f and bat to colorize the log of a running program.
In many logs there are keywords indicating the importance of a line. For example INFO, WARNING, ERROR, CRITICAL, DEBUG.
It would be useful to have the lines colored differently so that errors could be easily spotted.
Would you be interested in supporting this feature?
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. We had a short discussion on this at #1605 (comment), but it should be possible to cater for both styles - log level word vs full line - with some color scheme customization if we tweak the log syntax to support it.
Thanks for the work you put into
bat
.I was considering using
tail -f
andbat
to colorize the log of a running program.In many logs there are keywords indicating the importance of a line. For example
INFO
,WARNING
,ERROR
,CRITICAL
,DEBUG
.It would be useful to have the lines colored differently so that errors could be easily spotted.
Would you be interested in supporting this feature?
The text was updated successfully, but these errors were encountered: