Comparing version 4.5.0 to 4.5.1
# bedrock ChangeLog | ||
## 4.5.1 - 2022-04-04 | ||
### Fixed | ||
- Fix winston child logger `defaultMeta` override bug. | ||
## 4.5.0 - 2022-03-22 | ||
@@ -4,0 +9,0 @@ |
@@ -67,6 +67,4 @@ /*! | ||
} | ||
// create child logger from wrapper and merge child meta into parent meta | ||
const child = createChild.apply(wrapper, [childMeta]); | ||
child.defaultMeta = {...wrapper.defaultMeta, ...childMeta}; | ||
return child; | ||
// create child logger from wrapper (merging child meta into parent meta) | ||
return createChild.apply(wrapper, [childMeta]); | ||
}; | ||
@@ -73,0 +71,0 @@ logger = wrapper; |
{ | ||
"name": "bedrock", | ||
"version": "4.5.0", | ||
"version": "4.5.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
159684
2442