Azure / azure-functions-eventhubs-extension

Event Hubs extension for Azure Functions
MIT License
20 stars 26 forks source link

Include the Function name on log messages #94

Closed sidkri closed 2 years ago

sidkri commented 3 years ago

Having the function name (Azure Functions function, not c# function) on log messages is useful when the event/exception occurred in the context of invoking a specific function. Similar to the work done for the Service Bus extension the Event Hubs extension should do the same. This will also be needed by the upcoming detector (@madelinegordon FYI).

alrod commented 2 years ago

Done.