Categorygithub.com/karim-w/cloggo
modulepackage
0.1.0
Repository: https://github.com/karim-w/cloggo.git
Documentation: pkg.go.dev

# README

cloggo

Command line tool for visualizing logs in the terminal to help you debug your application by easily identifying the important parts of the log.

Format

LevelColorBackground
INFOCyanBlack
WARNBlackYellow
ERRORBlackRed

Installation

go install github.com/karim-w/cloggo@latest

Usage

{process} | cloggo

Example

$ echo '
INFO: Application started
{"level":"WARN","message": "missing configs"}
ERROR: Something went wrong
' | cloggo

Example

License

BSD 3-Clause License

Author

Karim-W

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.