-
Notifications
You must be signed in to change notification settings - Fork 180
fix(logger): not passing persistent keys to children #4740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(logger): not passing persistent keys to children #4740
Conversation
|
Thanks a lot for your first contribution! Please check out our contributing guidelines and don't hesitate to ask whatever you need. |
|
Thank you for the quick turnaround! I only have two minor comments but other than that this looks great. |
abca587 to
fec3943
Compare
|
|
Really thorough job here @iamgerg, thank you! Merging now. |
|
Awesome work, congrats on your first merged pull request and thank you for helping improve everyone's experience! |



Summary
Changes
This PR fixes the bug where
persistentKeyspassed into a parent logger would be overwritten instead of merged by any value forpersistentKeysbeing passed using thelogger.createChildmethod. See the issue linked below for more details.Issue number: closes #4719
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.