[docs] mention logfmt in the features page

pull/1112/head
Tim Stack 1 year ago
parent 3e7a75c00b
commit 8d17561c76

@ -19,9 +19,11 @@ left-hand side help to show which file a message belongs to.
## Automatic Log Format Detection ## Automatic Log Format Detection
The log message format is automatically determined by lnav while scanning your The log message format is automatically determined by lnav while scanning your
files. The following formats are built in by default: files. The following are some of the [formats that are built in by default](https://docs.lnav.org/en/latest/formats.html):
* Common Web Access Log format * Common Web Access Log format
* W3C Extended Log File Format
* logfmt
* CUPS page_log * CUPS page_log
* Syslog * Syslog
* Glog * Glog
@ -32,6 +34,10 @@ files. The following formats are built in by default:
* Strace * Strace
* sudo * sudo
If your log file format is JSON-lines or can be matched by a PCRE regular
expression, you can define your own format in a
[JSON file](https://docs.lnav.org/en/latest/formats.html#defining-a-new-format).
GZIP'ed and BZIP2'ed files are also detected automatically and decompressed on-the-fly. GZIP'ed and BZIP2'ed files are also detected automatically and decompressed on-the-fly.
## Filters ## Filters

@ -28,7 +28,7 @@ supported:
self-describing, so **lnav** will read the header to determine the shape of self-describing, so **lnav** will read the header to determine the shape of
the file. the file.
* The * The
`W3C Extend Log File Format <https://www.w3.org/TR/WD-logfile.html>`_ `W3C Extended Log File Format <https://www.w3.org/TR/WD-logfile.html>`_
is supported in lnav versions v0.10.0+. The W3C log format is is supported in lnav versions v0.10.0+. The W3C log format is
self-describing, so **lnav** will read the header to determine the shape of self-describing, so **lnav** will read the header to determine the shape of
the file. the file.

Loading…
Cancel
Save