Azure / azure-functions-dapr-extension

Extension for interacting with Dapr APIs from an Azure Function
MIT License
95 stars 33 forks source link

Loggin for every functions binding as a separate category #195

Open ASHIQUEMD opened 2 months ago

ASHIQUEMD commented 2 months ago

This PR modifies the logging category of bindings, with this change, every input and output binding will have their own category which will help us figure the usage and make debugging easier with segregated logging categories.