A TUI to watch application logs in the terminal
plog <command>
E.g.
plog java -jar app.jar
go install github.com/mnbjhu/plog@latest
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.