Skip to content
This repository was archived by the owner on Jan 14, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export GRAYLOG_PORT=12201 #defaults to 11201
export GRAYLOG_FACILITY="openbadger-whatevs" #defaults to openbadger
```

We've included a CLI tool, `bin/messina`, which takes a stream of JSON on stdin, converts it to [GELF](https://github.com/Graylog2/graylog2-docs/wiki/GELF) and sends it off to the configured Graylog2 server. It also pipes stdin to stdout, so you can chain commands: `node app.js | bin/messina | bunyan`. This is exactly what `npm run-script start-with-logs` does.
We've included a CLI tool, `bin/messina`, which takes a stream of JSON on stdin, converts it to [GELF](http://docs.graylog.org/en/2.0/pages/gelf.html) and sends it off to the configured Graylog2 server. It also pipes stdin to stdout, so you can chain commands: `node app.js | bin/messina | bunyan`. This is exactly what `npm run-script start-with-logs` does.

# Installing deps & starting the server

Expand Down