node-bunyan-lite/bin
Trent Mick 337d7d977c Add an uncaughtException handler to request a ticket and details.
Looks like this:
    * * *
    * The Bunyan CLI crashed! Please report this issue:
    *
    *    https://github.com/trentm/node-bunyan/issues/new
    *
    * and include the following Bunyan details the log file
    * (or section of log file) on which the Bunyan CLI crashed.
    * * *
    * node version: v0.8.9
    * bunyan version: 0.14.2
    * argv: [ 'node', '/Users/trentm/tm/node-bunyan-0.x/bin/bunyan' ]
    * stack:
    *     TypeError: Object.keys called on non-object
    *         at Function.keys (native)
    *         at emitRecord (/Users/trentm/tm/node-bunyan-0.x/bin/bunyan:718:14)
    *         at handleLogLine (/Users/trentm/tm/node-bunyan-0.x/bin/bunyan:507:12)
    *         at Socket.<anonymous> (/Users/trentm/tm/node-bunyan-0.x/bin/bunyan:856:7)
    *         at Socket.EventEmitter.emit (events.js:88:17)
    *         at Pipe.onread (net.js:391:31)
    * * *
2012-10-10 11:28:03 -07:00
..
bunyan Add an uncaughtException handler to request a ticket and details. 2012-10-10 11:28:03 -07:00