LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

loggo

Terminal app for structured JSON log streaming

TLDR

Stream logs from a file
$ loggo stream -f [path/to/logfile]
copy
Stream logs from piped input
$ cat [logfile] | loggo stream
copy
Stream Kubernetes logs
$ kubectl logs -f [pod_name] | loggo stream
copy

SYNOPSIS

loggo command [options]

DESCRIPTION

loggo is a rich terminal UI for digesting JSON-based structured log streams. It can stream parsed logs from persisted files and from piped input, and provides tools for creating log templates.It works with applications running locally, on Kubernetes clusters, GCP Stack Driver (Google Logs), and many other sources. The TUI is built with tview and tcell for interactive log browsing and filtering.

INSTALL

yay -S loggo
copy

CAVEATS

Designed for JSON-formatted logs. Non-JSON log formats may not be parsed correctly.

HISTORY

loggo was created by aurc and is written in Go.

SEE ALSO

jq(1), lnav(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid