Skip to content

Instantly share code, notes, and snippets.

View mcavage's full-sized avatar

Mark Cavage mcavage

View GitHub Profile
@mcavage
mcavage / gist:3309350
Created August 10, 2012 00:08
telling me where to look further at what my restify app is doing...
putobject-ensureParent
value ------------- Distribution ------------- count
-1 | 0
0 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 153
1 | 1
2 | 1
4 | 1
8 | 0
putobject-ensureContentLength
var bunyan = require('bunyan');
var restify = require('restify');
var server = restify.createServer({
log: bunyan.createLogger({
name: 'restify',
stream: process.stdout,
level: process.env.LOG_LEVEL || 'info',
serializers: restify.bunyan.serializers
})