From 6ed1afd1b94798857cdd9e669f1f23b9861ffa53 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Fri, 12 Jun 2015 23:01:01 -0700 Subject: [PATCH] readme note --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 698d430..e675f49 100644 --- a/README.md +++ b/README.md @@ -813,6 +813,9 @@ 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.