Tim Stack

Results 189 comments of Tim Stack

Sorry, multiline logs are not well supported in lnav. The sticking point, as you've kinda discovered, is that the log pattern is used in two different modes. When lnav is...

I think specifying the timestamp format is only available for JSON logs at the moment. Plain-text logs just show things as-is.

Hmm, I'm not able to reproduce the issue on lnav 0.8.4 at the moment. Can you also share your format file?

Yeah, it looks like the bind variable names in SQLite only work with alpha-numeric chars and quoting doesn't seem to work. Will need to figure out something here.

The discovery process doesn't drill down at the moment, so it is only picking up the top-level string (userID: [email protected], region: someRegion, retryCount: 3). You can use the `extract()` function...

Press 'Shift+C' to clear all marks (https://lnav.readthedocs.io/en/latest/hotkeys.html#bookmarks).

Have you tried the `:partition-name` command? (see https://lnav.readthedocs.io/en/latest/commands.html#bookmarks) I think that does roughly what you describe. Here's the flow: 1. Make the start of the region you're interested in the...

I think the `--HEAD` flag is what you're looking for: ``` brew upgrade --HEAD lnav ```

> my only suggest is maybe sort filters list in TAB window by hits descending? That makes things a bit complicated since the order would be switching around as new...

Sorry, I haven't made progress on this yet. Good to hear people are interested though. Helps to know where to spend time.