heroku-log-filter

Filter heroku logs and retain the color.

Usage no npm install needed!

<script type="module">
  import herokuLogFilter from 'https://cdn.skypack.dev/heroku-log-filter';
</script>

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.

build status

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