-
Notifications
You must be signed in to change notification settings - Fork 895
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
Support injecting serializers via .child() #66
Comments
Quick question, should a serializer added to the child replace the existing ones from the parent or should it be added to the existing ones? (as far as I am aware it is an array). I might be able to work on this today/weekend. |
it should be added to the existing ones, but just for that child logger, replacing the old one if it's there. |
Perfecto. I'll try work on something today. |
FIxes #66: now the child loggers can override the serializers
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Currently it is not possible to add serializers in child loggers.
See #57 as an example of how it could be implemented.
The text was updated successfully, but these errors were encountered: