mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #98] Highlight messages according to different log files #72
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chetanpatil1984 on GitHub (Jul 13, 2017).
Original GitHub issue: https://github.com/mthenw/frontail/issues/98
Can you please add feature where we can specify the message color per log file. That is, messages coming from x.log should be displayed in blue, messages coming from y.log should be displayed in green.
Thanks.
@RiverSongFox commented on GitHub (Dec 29, 2017):
I guess it might be better to distribute log files across different tabs, and leave highlighting to various levels of log entries.
@Rom1deTroyes commented on GitHub (Nov 29, 2019):
I know it's an old issue, but something like docker-compose colors logs would be wonderfull !
Maybe catching the
==> /pathto/file.log <==and transform this to a line prefix with color ?Note that this could also resolve the selection of a specific file through the [Filter] if each line starts with the log file name :-)
A test for illustration : docker-compose.yaml
@kershnerd commented on GitHub (Aug 28, 2020):
This would be a great feature... +1 from me