Skip to content
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

Add more logging to indicate when user function is invoked from the python worker #634

Closed
pragnagopa opened this issue Mar 18, 2020 · 0 comments · Fixed by #637
Closed
Assignees
Milestone

Comments

@pragnagopa
Copy link
Member

User code is invoked here: https://github.com/Azure/azure-functions-python-worker/blob/dev/azure_functions_worker/dispatcher.py#L312-L317

  • Add logging for both async and sync function invocations.
  • Also, add logs as soon as python worker receives a message on the grpc channel.

Do make sure to send system logs via gRpc using System log category- https://github.com/Azure/azure-functions-language-worker-protobuf/blob/dev/src/proto/FunctionRpc.proto#L391

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants