lnav
lnav copied to clipboard
Log file navigator
**Is your feature request related to a problem? Please describe.** Potentially running out of disk space. **Describe the solution you'd like** A command line switch, lets say `--no-stdin-capture` which disables...
**Is your feature request related to a problem? Please describe.** Currently, the interface has vertical bars as sidebars, which sometimes colored. These sidebars interfere with the easiest way of copying...
**lnav version** lnav 0.9.0-200-g4d2691f-dirty **Describe the bug**  **To Reproduce** 1. open [lnav-highlight-bug.log](https://github.com/tstack/lnav/files/5994896/lnav-highlight-bug.log) 2. scroll right
Hi, I tried and failed to filter log entries with exceptions. I want to include entries that contain an Exception followed by a stack trace, but I want to not...
I have two Ubuntu 16.04 boxes. Both of them installed lnav via snap. Both running 0.8.4-dirty. On one box, lnav works as expected, on the other I can't seem to...
From what I could tell from reading the help, there is no sub-line navigation. If a log line fills up the terminal window, then I cannot easily scroll down without...
Given a custom format (attached), I'm not seeing columns such as `timestamp` appear when performing an SQL query - in fact I'm not even convinced that I've got the custom...
[crash-2020-12-30-15-45-43.428358.log](https://github.com/tstack/lnav/files/5754394/crash-2020-12-30-15-45-43.428358.log)
Hi While running the testsuite I do get a FAIL in the `test_listview.sh` where the exact same version did pass the tests some months ago, but now even v0.9.0 fails:...
I have a server running on UTC, with apps that log UTC dates without a timezone specifier: ``` 2019-12-10 21:37:55,685 WARN ..... ``` I also have pesky users who report...