Categorygithub.com/abradley2/grog
repositorypackage
0.0.0-20230401121251-74e447ef479d
Repository: https://github.com/abradley2/grog.git
Documentation: pkg.go.dev

# README

Grog

Pipe ndjson or any newline-delimited format logs from stdout and stderr to a temporary embedded key-value database and serve a UI to browse through them

Grog is a secret mixture that contains one or more of the following:
...Kerosene
...Propylene Glycol
...Artificial Sweetener
...Sulfuric Acid
...Rum
...Acetone
...Battery Acid
...Red dye #2
...Scummmmm
...Axle grease and/or pepperoni

Installation

Requires Go 1.19

go install github.com/abradley2/grog

Usage

start someprocess | PORT=9966 grog

The embedded database file will be created on process start and removed on process exit.

Build Requirements