Skip to content

Commit

Permalink
Added access method to logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Nov 9, 2012
1 parent 78ac8ed commit fab5a6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ log.registerLogger = function (logger) {
};
})(p);
}
// Also handle 'access', not an actual level
log.access = log.info;
})();

module.exports = log;

0 comments on commit fab5a6c

Please sign in to comment.