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.
1 parent 8a300fe commit 68c520bCopy full SHA for 68c520b
lib/logger.js
@@ -33,6 +33,7 @@ const stdSerializers = require('internal/logger/serializers');
33
34
// Create channels for each log level
35
const channels = {
36
+ __proto__: null,
37
trace: diagnosticsChannel.channel('log:trace'),
38
debug: diagnosticsChannel.channel('log:debug'),
39
info: diagnosticsChannel.channel('log:info'),
0 commit comments