Seth Michael Larson
Seth Michael Larson
You can use the `**{...}` construction with `logger.bind()` and `logger.info()` to auto-magically get what you want here: ```python logger.info(**{ "http.request.id" : "", "message": "something happend", "custom.foo" : 123 }) ```...
@dberardo-com That is indeed the error message for this feature request.
Going to also ping @woodruffw and @jvdprng since they're working on an adjacent project.
> I'd like to understand the motivation a little better here: is the current cipher suite configuration insufficient? And is there a reason why `ssl` needs an explicit configuration for...
Thank you for the review @uranusjr!
@ichard26 Done!
@ichard26 Fixed the issue and repushed, sorry for that!
@ichard26 @uranusjr Is there anything else that needs doing before this is merged?
@ichard26 Unfortunately so, the pull request that fixes the issue upstream hasn't been merged: https://github.com/python/cpython/pull/118669
Woo! :rocket: Sounds good to me :)