- Merge pull request #18 from segmentio/indent
- Add option to indent json output.
- Merge pull request #17 from segmentio/limits
- Add .hwm option
- add json-stringify-safe for stdout json
- json.stringify() the message in console output so you can actually read it. we should probably make this optional later, greppable output is nice as well
- add silent() to disable stdio
- fix msg.error (thanks julian!)
- add .error support. Closes #5
- add .stack to error properties
- remove .fatal
- add other syslog levels
- add msg default of {}
- fix clobbering of type var. Closes #2
- add: expose .levels