@meteor-it/logger
Advanced tools
Comparing version 2.2.7 to 2.2.9
@@ -231,9 +231,2 @@ "use strict"; | ||
exports.default = Logger; | ||
if (cluster.isMaster) { | ||
cluster.on('message', (worker, msg) => { | ||
if (!msg.loggerAction) | ||
return; | ||
Logger._write(msg.loggerAction); | ||
}); | ||
} | ||
consoleLogger = new Logger('console'); | ||
@@ -240,0 +233,0 @@ loggerLogger = new Logger('logger'); |
@@ -1,1 +0,1 @@ | ||
{"name":"@meteor-it/logger","version":"2.2.7","description":"Most powerfull logger for node.js","main":"index.js","keywords":["meteor-it","logger"],"author":"Yaroslaw Bolyukin <iam@f6cf.pw> (http://f6cf.pw/)","license":"MIT","dependencies":{"@meteor-it/platform":"latest","@meteor-it/reflection":"latest","@meteor-it/terminal":"latest","@meteor-it/utils":"latest"}} | ||
{"name":"@meteor-it/logger","version":"2.2.9","description":"Most powerfull logger for node.js","main":"index.js","keywords":["meteor-it","logger"],"author":"Yaroslaw Bolyukin <iam@f6cf.pw> (http://f6cf.pw/)","license":"MIT","dependencies":{"@meteor-it/platform":"latest","@meteor-it/reflection":"latest","@meteor-it/terminal":"latest","@meteor-it/utils":"latest"}} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41419
619