2012-01-30 06:26:47 +00:00
|
|
|
- info's siblings
|
|
|
|
- `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
|