pm2bunyan

Formats pm2 log streams for parsing with bunyan

Usage no npm install needed!

<script type="module">
  import pm2bunyan from 'https://cdn.skypack.dev/pm2bunyan';
</script>

README

pm2bunyan

Formats pm2 logs for bunyan output

Installation

npm install -g pm2bunyan

Usage

pm2 logs | pm2bunyan | bunyan

Testing

npm install
npm test