Comparing version 4.1.0 to 4.1.1
# bedrock ChangeLog | ||
## 4.1.1 - 2020-12-18 | ||
## Fixed | ||
- Fix log levels in worker logger. | ||
## 4.1.0 - 2020-12-09 | ||
@@ -22,3 +27,3 @@ | ||
formatter produces logs that are equivalent to Bedrock 3.x. Custom | ||
formatters must conform the the `logform` API. See: | ||
formatters must conform to the `logform` API. See: | ||
https://github.com/winstonjs/logform | ||
@@ -25,0 +30,0 @@ ```js |
@@ -235,6 +235,6 @@ /*! | ||
for(const cat in config.loggers.categories) { | ||
const logger = new winston.createLogger({ | ||
const logger = winston.createLogger({ | ||
levels, | ||
transports: [ | ||
new WorkerTransport({ | ||
level: lowestLevel, levels, category: cat, workerId}) | ||
new WorkerTransport({level: lowestLevel, category: cat, workerId}) | ||
] | ||
@@ -241,0 +241,0 @@ }); |
{ | ||
"name": "bedrock", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "A core foundation for rich Web applications.", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md", |
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
150275