Skip to content

Tool to beautify, color and ease the usage of the json received by `apps logs`.

Notifications You must be signed in to change notification settings

jmdeejay/ezlogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ezlogs

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.

Logs before & after

Requirements

  • apps logs Equisoft/Connect stack
  • jq
  • awk
  • gsub

Getting Started

  • Install ezlogs. (See Installation section)
  • Use ezlogs in your terminal.

Tips

  • To filter by app: ezlogs | grep -i "docker\.crm[ \t]"
  • To filter by log level: ezlogs | grep -i "\[warning\]"

Installation

Install

bash ./install.sh

Uninstall

bash ./install.sh -r

About

Tool to beautify, color and ease the usage of the json received by `apps logs`.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages