Summary
We're using a third party dependency, lodash.merge on our Logger utility. We would want to replace the dependency on this library and implement our own deep merge utility function.
Why is this needed?
We would ideally want minimal dependency on other third party libraries
Which area does this relate to?
Logger
Solution
No response
Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.
Summary
We're using a third party dependency,
lodash.mergeon our Logger utility. We would want to replace the dependency on this library and implement our own deep merge utility function.Why is this needed?
We would ideally want minimal dependency on other third party libraries
Which area does this relate to?
Logger
Solution
No response
Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.