8000 GitHub - pyr/jlog: small helper for JSON logs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pyr/jlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jlog: JSON log tail utility

Build Status

jlog allows parsing and easier consumption of JSON serialized log entries.

Configuration

jlog understands the following command line arguments:

-n
    Number of lines to tail from a file
-f
    Watch file for additional output
-B
    Force color output (defaults to TTY based behavior)
-b
    Disable color output (default to TTY based behavior)

Building

If you wish to inspect jlog and build it by yourself, you may do so by cloning this repository and peforming the following steps :

mkdir -p $(GOPATH)/src
cd $(GOPATH)/src && git clone https://github.com/pyr/jlog
make

Updating

It uses godep, so it should be easy.

dep status
dep ensure -update

Example usage

jlog -f /var/log/some.json.log

About

small helper for JSON logs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0