-
Notifications
You must be signed in to change notification settings - Fork 481
Open
Labels
Description
We identified two categories of logs in the FunctionsLogs table that provide little diagnostic value but contribute significantly to overall log volume. Removing or reducing these logs can reduce the total volume by ~10%.
-
Sending events to EventHublog (Azure SDK EventHub)
This log contributes ~0.6% of total FunctionsLogs volume and does not offer meaningful diagnostic value.
Source:
Sending events to EventHub log in EventHub extension. -
QueueListener polling logs
Polling logs generated by the QueueListener contribute ~9% of total volume and are effectively noise in most scenarios.
Source:
QueueListener polling log in the extension.
Reactions are currently unavailable