- 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. - `bunyan` cli - expand set of fields require: facility and hostname - renderer support (i.e. repr of a restify request obj) - docs - feel out usage - 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. - Logger.set to mutate config or `this.fields` - Logger.del to remove a field - test suite