v0.14.0-beta2
lnav v0.14.0
Features:
-
The Filter configuration panel in the TUI now supports editing the minimum log level and minimum/maximum times for the current view. Previously, only the
:set-min-log-level,:hide-lines-before, and:hide-lines-aftercommands could be used to set the values. Pressinglwill create/set the log level. Pressingmwill create/set the minimum time and pressingShift+Mwill create/set the maximum time. Live preview has also been added to show which lines will be filtered out when the min/max is applied. -
The
-S/--sinceand-U/--untilflags have been added to limit how much of a log file is indexed. Supported values are relative (e.g. "yesterday", "30 min ago") or absolute local times ("2020-01-01"). The values on the main command-line set the defaults for all values that are opened. The:opencommand supports the same options to change the values from the default for a particular file. Files with content that lie completely outside of the cutoff will be closed to reduce resource usage.