Comparing version 0.11.3 to 0.12.0
# bunyan Changelog | ||
## bunyan 0.12.0 | ||
- [pull #32] `bunyan -o short` for more concise output (by Dave Pacheco). E.g.: | ||
22:56:52.856Z INFO myservice: My message | ||
instead of: | ||
[2012-02-08T22:56:52.856Z] INFO: myservice/123 on example.com: My message | ||
## bunyan 0.11.3 | ||
@@ -4,0 +15,0 @@ |
@@ -7,3 +7,3 @@ /* | ||
var VERSION = '0.11.3'; | ||
var VERSION = '0.12.0'; | ||
@@ -10,0 +10,0 @@ // Bunyan log format version. This becomes the 'v' field on all log records. |
{ | ||
"name": "bunyan", | ||
"version": "0.11.3", | ||
"version": "0.12.0", | ||
"description": "a JSON Logger library for node.js services", | ||
@@ -5,0 +5,0 @@ "author": "Trent Mick <trentm@gmail.com> (http://trentm.com)", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
288452