-
Notifications
You must be signed in to change notification settings - Fork 357
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
Log Event Hubs related exceptions captured by ProcessErrorAsync #1357
Milestone
Comments
Ideally fix for both functions v1, v2 |
Will not be porting this fix to V1 as ProcessErrorAsync - helper method where we can log underlying errors is only available in V2 as it depends on Microsoft.Azure.EventHubs.Processor. V1 depends on Microsoft.Azure.ServiceBus which does not have an equivalent of ProcessErrorAsync. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This code appears to be silently throwing away errors that come from event processor host.
azure-webjobs-sdk/src/Microsoft.Azure.WebJobs.ServiceBus/EventHubs/EventHubListener.cs
Lines 117 to 121 in 901764c
We need to wire this code path up to both system logs and application logs.
The text was updated successfully, but these errors were encountered: