@bluealba/microservices-toolkit
Advanced tools
Comparing version 1.6.2 to 1.6.3
{ | ||
"name": "@bluealba/microservices-toolkit", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "Library that contains common elements used in microservices", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,3 +9,3 @@ "use strict"; | ||
const createLogger = (serviceName, { level }) => { | ||
module.exports = function (serviceName, { level }) { | ||
return winston.createLogger({ | ||
@@ -18,3 +18,1 @@ level: level ? level.toLowerCase() : "debug", | ||
}; | ||
module.exports = createLogger; |
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
21017
543