-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Description
- More coverage of all subtasks. Especially when we're doing SQL queries - we should have logging statements before and after each query ran.
e.g. https://github.com/Azure/azure-functions-sql-extension/blob/triggerbindings/src/TriggerBinding/SqlTriggerListener.cs#L189 and https://github.com/Azure/azure-functions-sql-extension/blob/triggerbindings/src/TriggerBinding/SqlTableChangeMonitor.cs#L195
- Logging for each iteration of a loop and before each sleep (e.g. https://github.com/Azure/azure-functions-sql-extension/blob/triggerbindings/src/TriggerBinding/SqlTableChangeMonitor.cs#L159)
Originally posted by @Charles-Gagnon in #287 (comment)
- Extra logging around any of the locking (include thread IDs if that isn't included by default)