Tim Stack
Tim Stack
How would you want something like this even rendered on the screen? Looking at the XML you gave, I don't really see a plaintext message in there.
`/dev/clipboard` is a special name recognized by lnav, it doesn't need to exist in the file system. You can run lnav with the `-d` option to write out a debug...
I created the new issue, thanks for the report. It's probably something in the interactive prompt that is crashing. It looks like the Wayland impl is being tested first, so...
The "demux" functionality being added for v0.12.3 can deal with the docker prefix.
The most recent release v0.12.2 fixes the microseconds issue. However, it would consume the `NONE` as part of the timestamp. I've pushed a change to fix that.
No, it will only buffer a small amount of the file content in memory and keep a small index entry for each line. lnav does need to read through the...
Pardon my ignorance, but I don't know what you mean by "40kk"... "kk" is not a unit I'm familiar with. If you have some time, can you post some performance...
I think both cases can be served by writing a [script](https://docs.lnav.org/en/v0.12.3/formats.html#scripts) and adding some [key bindings](https://docs.lnav.org/en/v0.12.3/config.html#key-sequence-encoding). In the top-of-tree, I've added a [`find-msg`](https://github.com/tstack/lnav/blob/master/src/scripts/find-msg.lnav) script that can be used to move...
> I had log_level and timestamp in values, too, which probably caused duplicate fields when sqlite3 tried to actually create the table. You can run lnav with the `-d `...
@plan44 Would other people be interested in the log format you made? Should I add it to the set of defaults?