bunyan-between
v0.1.1
Published
Filter bunyan logs in a given time frame. Based on bunyan-reltime from Chakrit Wichian.
Downloads
3
Readme
bunyan-between
Filter bunyan-logs based on a time frame.
Install with:
$ npm install -g bunyan-between
To get all log entries from the 1st of april this year:
cat /app/bunyan.log | bunyan-between 2014-04-01 2014-04-02 | bunyan
This module is based on bunyan-reltime from Chakrit Wichian.