Skip to content

Commit

Permalink
Support setLevel() with a stub
Browse files Browse the repository at this point in the history
  • Loading branch information
jhs committed Feb 21, 2011
1 parent 7a8f946 commit 3481f9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ function getLogger(label) {
, "error": console.log
, "fatal": console.log
}
log.setLevel = function noop() {};
}

// Scrub credentials.
Expand Down

0 comments on commit 3481f9d

Please sign in to comment.