Tim Stack

Results 207 comments of Tim Stack

> Currently, the interface has vertical bars as sidebars, which sometimes colored. These sidebars interfere with the easiest way of copying lines -- using a mouse (I remember one-two issues...

Thanks for the report!

Currently, the filtering regex is tested against each line and not the full log message. So, the second half of the regex (i.e. `(\v\s+at.*)+`) won't match anything. I am thinking...

I've recently pushed changes to allow filtering using a SQL expression (see #568). The SQL expression has access to the full message, so I think you can accomplish what you...

I think snaps are sandboxed in some way, maybe that's getting in the way?

The top-of-tree (eventually v0.7.3) has a "pretty printer" feature that should reduce the need for navigating through wide lines. The printer can reformat the lines with structured data (xml, json)...

Sorry, the timestamp field gets mapped to the log_time column in the sqlite mapping. It's a bit non-obvious. You can take a look at all of the table definitions by...

The tool I had written to use in this test was not very good and did not give a clear explanation of what went wrong. I've just pushed a change...

This works for some log formats (like JSON logs where the displayed log message is generated dynamically), but is not consistently supported. The [`:adjust-log-time`](https://lnav.readthedocs.io/en/latest/commands.html#adjust-log-time-timestamp) command should work for all formats,...

There's currently no way to switch from a "scroll mode" to a "selection mode" where an individual message can be selected for interactions. (If that's what you're asking.) What's available...