Skip to content

Commit

Permalink
Merge pull request #50 from gergoerdosi/attributes
Browse files Browse the repository at this point in the history
Add attributes to constructor
  • Loading branch information
arb committed Sep 21, 2015
2 parents 5575deb + e4bc313 commit 13c9b1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/index.js
Expand Up @@ -151,3 +151,8 @@ internals.GoodConsole.prototype._formatResponse = function (event, tags) {
data: Hoek.format('%s: %s %s %s %s (%sms) %s', event.instance, method, event.path, query, statusCode, event.responseTime, responsePayload)
});
};


internals.GoodConsole.attributes = {
pkg: require('../package.json')
};

0 comments on commit 13c9b1d

Please sign in to comment.