Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

Commit

Permalink
fix access to bunyan log
Browse files Browse the repository at this point in the history
  • Loading branch information
naxmefy committed Apr 13, 2016
1 parent b90496b commit ca43a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/log/bunyan.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const defaultBunyanOpts = {
level: 'debug'
};

exports.getBunyanLogger = function (opts) {
module.exports = function (opts) {
if (_.isUndefined(opts)) {
opts = {};
}
Expand Down

0 comments on commit ca43a6e

Please sign in to comment.