We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So may be my expectation is wrong ! 🤔
logfile [ .log ] is written by python's logger and has texts like:
.log
INFO:root:6, 7 INFO:root:delay(4000); INFO:root:8, 9 INFO:root:0, 0 ...
My test preset json file has following parameters to start with (as I just found this (amazing work BTW 🙃) and just messing around):
{ "words": { "INFO": "color: green" }, "lines": { "INFO": "font-weight: bold;" } }
I am running frontail to watch that log file like below:
frontail --ui-hide-topbar --theme dark --ui-highlight <theme.json path> --disable-usage-stats -p 3060 <log file path>
Also tried replacing --ui-highlight with --ui-highlight-preset, no effect. It still doesn't highlight the INFO string with green colour.
--ui-highlight
--ui-highlight-preset
Note: I'm running on macOS. nodejs version: v16.8.0
Any pointers ? what am I missing?
The text was updated successfully, but these errors were encountered:
Already tried both options? Enable highlighting with --ui-highlight and use the customized JSON with --ui-highlight-preset <path-to-your-json>.
--ui-highlight-preset <path-to-your-json>
Sorry, something went wrong.
No branches or pull requests
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-highlight
with--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?
The text was updated successfully, but these errors were encountered: