Replies: 1 comment
-
The second column in the |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
In #949 (comment) @tstack gave a concise solution to automatically insert SQL filters on
lnav
startup. Following this (as a complete beginner inlnav
), I created a/root/.config/lnav/formats/installed/filter-journalctl.sql
file(1) withThe intent is to filter out messages such as
I then started
lnav -e "journalctl -f"
but the message is still there.Is there anything else I should do to make this work?
(1) The path
/root/.config/lnav/formats/installed/
was already there, created bylnav
on its ownBeta Was this translation helpful? Give feedback.
All reactions