mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 18:25:54 +03:00
[GH-ISSUE #245] --ui-highlight not working as I was expecting #157
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#157
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 @dattasaurabh82 on GitHub (Oct 9, 2021).
Original GitHub issue: https://github.com/mthenw/frontail/issues/245
So may be my expectation is wrong ! 🤔
context:
logfile [
.log] is written by python's logger and has texts like:My test preset json file has following parameters to start with (as I just found this (amazing work BTW 🙃) and just messing around):
I am running frontail to watch that log file like below:
Also tried replacing
--ui-highlightwith--ui-highlight-preset, no effect.It still doesn't highlight the INFO string with green colour.
Note: I'm running on macOS. nodejs version: v16.8.0
Any pointers ? what am I missing?
@nbartels commented on GitHub (Oct 19, 2021):
Already tried both options? Enable highlighting with
--ui-highlightand use the customized JSON with--ui-highlight-preset <path-to-your-json>.