Skip to content

Commit

Permalink
move 3rd-party list to wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Oct 25, 2016
1 parent 06dbebd commit e0f0a5d
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ that. A log record is one line of `JSON.stringify`'d output. Let's also
specify some common names for the requisite and common fields for a log
record (see below).

Also: log4j is way more than you need.


## Table of Contents

Expand Down Expand Up @@ -1042,24 +1040,8 @@ This example emits:

## third-party streams

(There are a lot that aren't listed here. `npm search bunyan` is a good
place to start.)

- syslog:
[mcavage/node-bunyan-syslog](https://github.com/mcavage/node-bunyan-syslog)
provides support for directing bunyan logging to a syslog server.

- bunyan-slack:
[qualitybath/bunyan-slack](https://github.com/qualitybath/bunyan-slack) Bunyan stream for Slack chat integration.

- bunyan-fogbugz
[qualitybath/bunyan-fogbugz](https://github.com/qualitybath/bunyan-fogbugz) Bunyan stream for sending automated crash reports to FogBugz

- bunyan-cloudwatch:
[mirkokiefer/bunyan-cloudwatch](https://github.com/mirkokiefer/bunyan-cloudwatch) Bunyan stream for sending logs to AWS CloudWatch.

- TODO: eventually https://github.com/trentm/node-bunyan-winston

See the [user-maintained list in the Bunyan
wiki](https://github.com/trentm/node-bunyan/wiki/Awesome-Bunyan).


# Runtime log snooping via DTrace
Expand Down

0 comments on commit e0f0a5d

Please sign in to comment.