-
Notifications
You must be signed in to change notification settings - Fork 105
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
Enable logging from user threads #1171
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1171 +/- ##
===========================================
- Coverage 83.94% 32.00% -51.95%
===========================================
Files 34 34
Lines 1893 1900 +7
Branches 365 366 +1
===========================================
- Hits 1589 608 -981
- Misses 233 1291 +1058
+ Partials 71 1 -70
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@microsoft-github-policy-service agree company="Microsoft" |
…m/Azure/azure-functions-python-worker into evanroman/add-local-invocation-id
Description
Addresses #1158
Adds thread local storage to context to enable logging from user threads. Exposes it to user so that its invocation ID can be set to the context of the executing function. This means the thread local storage is in sync with the invocation ID of executed functions when set.
PR information
Quality of Code and Contribution Guidelines