Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/heroku/draincat

Like netcat but for Heroku logs
https://github.com/heroku/draincat

Last synced: 3 months ago
JSON representation

Like netcat but for Heroku logs

Awesome Lists containing this project

README

        

# draincat

Like netcat but for Heroku logs.

## Usage

Spin up a HTTP drain and dump the logs to a file.

```
bin/draincat -p 5000 > logs.txt
```

## Features

* JSON output

## TODO

- [X] JSON output
- [ ] Structured data field (from log-shuttle)
- [ ] Syslog drains (`draincat --type=syslog`)
- [ ] metrics?