Tim Stack
Tim Stack
Going to close, reopen if it is still a problem.
It looks like it's because a `module` field is defined with a `body` field. The validator should check for that.
> I am a newest of lnav,How can i match more than one keyword in a log entry Are you talking about searching or filtering or ... ? The search...
The key binding for `q` is defined here: https://github.com/tstack/lnav/blob/4a203f8618450ff7a1a18bbac776daae7e103da8/src/keymaps/default-keymap.json#L178-L180 You can rebind with a command like the following: ``` :config /ui/keymap-defs/default/x71/command :echo Press Shift-Q to quit ```
@takeda Yes, I agree and had filed #1189 to track the issue with the stack of views not being shown. Since that one is open, I'm going to close this...
Thanks for filing this issue, I agree that this should "just work". I've pushed a change that fixes the `:export-session-to` command so that it includes an `:open` command with the...
> I struggled at first to understand syntax needed, then even after reading the online built-in help and finding the pipe | char needed at points I am still unclear...
I think this is technically possible now if you use a capture that wraps around the level the white-space. You can then hide that. Something like: ``` (?(?INFO|WARN|ERROR)\s+) ```
I've pushed a change that is somewhat related to this, see -- https://github.com/tstack/lnav/issues/375#issuecomment-2692346456
The challenge with doing this is that searches and some other operations need to be done on the rendered text and not on the original file, which would affect performance...