node-bunyan-lite/TODO.md

18 lines
728 B
Markdown
Raw Normal View History

2012-01-30 20:40:57 +00:00
- mark wants pretty output for debug output
- not sure if 'bunyan --pretty' or whatever would suffice
- mark suggested a list of streams. This is what ring could be.
2012-01-30 06:26:47 +00:00
- `bunyan` cli
- expand set of fields
2012-01-30 20:01:15 +00:00
<https://github.com/Graylog2/graylog2-docs/wiki/GELF>
<http://journal.paul.querna.org/articles/2011/12/26/log-for-machines-in-json/>
require: facility and hostname
2012-01-30 06:26:47 +00:00
- renderer support (i.e. repr of a restify request obj)
- docs
- feel out usage
2012-01-30 20:01:15 +00:00
- not sure about `log.info()` for is-enabled. Perhaps `log.isInfo()` because
can then use that for `log.isInfo(true)` for 'ring' argument. Separate level
and ringLevel.
2012-01-30 06:26:47 +00:00
- Logger.set to mutate config or `this.fields`
- Logger.del to remove a field
2012-01-30 20:01:15 +00:00
- test suite