We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e34b2c + 2348d8b commit db33618Copy full SHA for db33618
lib/LambdaLog.js
@@ -73,7 +73,7 @@ class LambdaLog extends EventEmitter {
73
warn: 'warn',
74
error: 'error',
75
debug: function() {
76
- if(this.options.debug) return 'log';
+ if(this.options.debug) return 'debug';
77
return false;
78
}
79
}, levels || {});
0 commit comments