Tim Stack
Tim Stack
Are you talking about the log message with the stack trace at the bottom? I think that message is not being recognized by lnav as a separate message, rather it's...
It looks like the regex pattern being used is `tasko`: https://github.com/tstack/lnav/blob/977b3eba3a81e1ec40448e5edc6ac28749e19a12/src/formats/java_log.json#L14-L16 The `thread` capture in the pattern isn't matching the message because there is a space and parens in the...
This happens sporadically for me. Not sure what the deal is and it's hard for me to reproduce right now.
> Keep typing `:filter-expr` or bind my own key for it. The fuzzy TAB completion should work if you just type `:fe` and then `TAB`. There's already too many hotkeys,...
I made a small tweak, not sure if it actually does what you want: ``` { "trace_log" : { "title" : "Trace Log Format", "description" : "The log format used...
Sorry, I'm not sure what you mean by 'group lines'. I'm not seeing much of a difference in the example. But, what is displayed is based on whatever is in...
When I load the example file in v0.13.0, it's being matched by the "container" [demultiplexer](https://docs.lnav.org/en/v0.12.4/config.html#demultiplexing-v0-12-3). The demuxer splits a single input into multiple files based off of an instance ID...
Can you give me an example of a program where this type of thing works? lnav does an atomic write like most programs and writes to a temp file and...
The cursor is now chosen as an lighter/darker version of the background color: Note that you can always change the color using `:config /ui/theme-defs/default/styles/cursor-line/background-color`.
The `;77;rgb:5f5f/d7d7/5f5f` stuff is an escape sequence that wasn't processed properly. The terminal is sending it to lnav and instead of handling it properly, it's mistaken as being user input....