jl

command module
v0.0.0-...-e8a7fb7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2023 License: LGPL-2.1 Imports: 12 Imported by: 0

README

jl - json log viewer

a drop in replacement for less, with some different features

It is meant to read logs, and parse them line-by-line.

will try to parse each line as json, expecting this fields:

{
    "message": ...,
    "time": ...,
    "level": ...,
    ...,
}

only a compact time/level is shown, and the message. everything else is hidden in the normal view but can be searched ('/') or viewed by switching level of details (press 'D')

you can then search over the lines, and use the search results to make in-memory buffers to further search on

press h for in-app help

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL