Pretty Logger (plog)
A TUI to watch application logs in the terminal
Usage
plog <command>
E.g.
plog java -jar app.jar
Install
Using Go Package Manager
go install github.com/mnbjhu/plog@latest
Download The Binary
Binaries for each target can be found on the releases page here.
You can use theinit command to initialze the project.
You'll be prompted to enter details about your specific log format.
plog init
The cofiguration will be saved to the working directory under the name .plog.json.
You can edit this configuration manually for more contol over the log matching.