Skip to content

mnbjhu/plog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Custom Logging Format

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.