-
Notifications
You must be signed in to change notification settings - Fork 37
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 provider logging when running in Azure Functions #423
Comments
cc @avanigupta |
Is this specifically for isolated mode or in-process? Or both? |
Both, if possible, but will prioritize the isolated mode if we have to choose. |
How could this have been broken? If you take an injected dependency on |
When you are calling |
I see the issue and recognize this is a unique challenge. Here are some ideas:
There are things in I think the common use case is to build an |
Azure Functions use ILogger, but our provider logging doesn't work out of the box today.
The text was updated successfully, but these errors were encountered: