Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nisaacson/pm2bunyan

Format streaming pm2 logs for parsing with bunyan
https://github.com/nisaacson/pm2bunyan

Last synced: about 1 month ago
JSON representation

Format streaming pm2 logs for parsing with bunyan

Awesome Lists containing this project

README

        

# pm2bunyan

Formats pm2 logs for bunyan output

# Installation

```bash
npm install -g pm2bunyan
```

# Usage

```bash
pm2 logs | pm2bunyan | bunyan
```

# Testing

```bash
npm install
npm test
```