You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/docs/source/formats.rst

27 lines
730 B
ReStructuredText

.. _log-formats:
Log Formats
===========
The log formats **lnav** uses to parse a file are defined by a simple
configuration file. Many formats are already built in to the **lnav** binary
and you can define your own using a JSON file. When loading files, each format
is checked to see if it can parse the first few lines in the file. Once a match
is found, that format will be considered that files format and used to parse the
remaining lines in the file.
The following log formats are built into **lnav**:
11 years ago
.. csv-table::
:header: "Name", "Table Name", "Description"
:widths: 8 5 20
:file: format-table.csv
Modifying an Existing Format
----------------------------
Defining a New Format
---------------------