-
Notifications
You must be signed in to change notification settings - Fork 517
Awesome Bunyan
Patrick Williams edited this page Jan 13, 2017
·
26 revisions
A (not so-)curated list of Bunyan-related software.
Inspired by awesome-php. Please feel free to add links! Note that if this ends up not being well maintained, then an npm bunyan search might work better for you.
- bunyan-cloudwatch - Bunyan stream for sending logs to AWS CloudWatch.
- bunyan-fogbugz - Bunyan stream for sending automated crash reports to FogBugz
- gelf-stream - Bunyan + Graylog2
- bunyan-kafka - Bunyan integration for Kafka
- logentries-stream - Bunyan integration for https://logentries.com
- TODO: point to the
RequestCaptureStream
example from restify. - bunyan-slack - Bunyan stream for Slack chat integration.
- node-bunyan-syslog - Directing bunyan logging to a syslog server.
- modern-syslog - Uses libc syslog API, but is async. See usage with bunyan example.
- node-bunyan-winston - A demo showing how to use a winston logger with a bunyan-using library. Also a comparison of Winston and Bunyan.
-
bunyan-newrelic-stream - Bunyan integration with NewRelic that reports anything logged at log level
error
.
- express-bunyan-logger - Bunyan middleware for Express
- slog-bunyan - Rust slog bunyan formatter.
- bash-bunyan - A simple bunyan for Bash.
- Ougai - A Ruby logging library compatible with Bunyan.