heroku-log-filter
v1.0.5
Published
Filter heroku logs and retain the color.
Downloads
2
Maintainers
Readme
#heroku-log-filter
CLI tool to filter out heroku messages and retain the color coding. It might be just as simple to do this with a combination of bash-fu and grep but now there is a node module for it.
example
filter out status messages:
$ heroku logs | heroku-log-filter -e /server/status
install
With npm do:
npm install -g heroku-log-filter
license
MIT