Tool to beautify, color and ease the usage of the json received by apps logs.
- Logs level easily identifiable by color.
- Logs easy to read and to filter.
apps logsEquisoft/Connect stack- jq
- awk
- gsub
- Install ezlogs. (See Installation section)
- Use
ezlogsin your terminal.
- To filter by app:
ezlogs | grep -i "docker\.crm[ \t]" - To filter by log level:
ezlogs | grep -i "\[warning\]"
Install
bash ./install.sh
Uninstall
bash ./install.sh -r
