[NEWS] fix log conversion text

pull/1179/head
Tim Stack 11 months ago
parent 770eb8c0a0
commit 51b2de8ecf

@ -15,14 +15,11 @@ Features:
are in the commands output. are in the commands output.
* Added a `:cd` command to change **lnav**'s current directory. * Added a `:cd` command to change **lnav**'s current directory.
* Added support for automatically converting files that are * Added support for automatically converting files that are
in a format not natively supported by **lnav**. The in a format not natively supported by **lnav**. The new
`/tuning/file-format` section allows you to define a format `converter` section in a log format definition allows you
that is detected by examining the file header. The format to specify how a file type can be detected and converted.
must also provide a converter script that can be run to The built-in PCAP support in **lnav** is implemented using
convert the file. You can then define a log format that this mechanism.
matches the MIME type defined by the file format and can
consume the converted form of the file. The built-in PCAP
support in **lnav** is implemented using this mechanism.
Bug Fixes: Bug Fixes:
* When piping data into **lnav**'s stdin, the input used to * When piping data into **lnav**'s stdin, the input used to

Loading…
Cancel
Save