We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
structlog.get_context
in version 23.2.0 we get
23.2.0
$ logger = get_logger(context="a") $ get_context(logger) {'context': 'a'}
in version 23.3.0 we get
23.3.0
$ logger = get_logger(context="a") $ get_context(logger) {}
is it wrong to assume stability for get_context? Doesn't seem like it'd be internal function. It's also not mentioned in the changelog.
get_context
The text was updated successfully, but these errors were encountered:
hrhm side-effect of #561 – hope it's the only one.
fixed by 813bc14
Sorry, something went wrong.
No branches or pull requests
in version
23.2.0
we getin version
23.3.0
we getis it wrong to assume stability for
get_context
? Doesn't seem like it'd be internal function. It's also not mentioned in the changelog.The text was updated successfully, but these errors were encountered: