Merge pull request #285 from cubedro/develop

Fixed #284
pull/5/head
Marian OANCΞA 9 years ago
commit f5f57ea466
  1. 2
      lib/utils/logger.js

@ -111,7 +111,7 @@ var ENV_VERBOSITY = process.env.VERBOSITY || 2;
console[item.name] = function () console[item.name] = function ()
{ {
if(verbosity[ENV_VERBOSITY].indexOf(fnName) === -1) if(verbosity[ENV_VERBOSITY].indexOf(item.name) === -1)
return false; return false;
var args = Array.prototype.slice.call(arguments); var args = Array.prototype.slice.call(arguments);

Loading…
Cancel
Save