You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exceptions Microsoft.ServiceBus.Messaging.LeaseLostException and Microsoft.ServiceBus.Messaging.ReceiverDisconnectedException are harmless but fill up user logs as errors.
Need to investigate if there is a way these can be logged as warnings
The text was updated successfully, but these errors were encountered:
pragnagopa
changed the title
[EventHubTrigger] Handle Microsoft.ServiceBus.Messaging.LeaseLostException
[EventHubTrigger] Log LeaseLostException and ReceiverDisconnectedException as warnings
Oct 5, 2018
Issue reported Azure/Azure-Functions#978 and Azure/Azure-Functions#979
Exceptions Microsoft.ServiceBus.Messaging.LeaseLostException and Microsoft.ServiceBus.Messaging.ReceiverDisconnectedException are harmless but fill up user logs as errors.
See what-is-causing-azure-event-hubs-receiverdisconnectedexception-leaselostexception and is-there-a-recommanded-way-to-handle-microsoftservicebusmessagingreceiverdisconnectedexception for more details.
Need to investigate if there is a way these can be logged as warnings
The text was updated successfully, but these errors were encountered: