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
Currently the provider appears to make a call to the Event Hub on every log entry.
It is fairly common for logging providers to provide a batch option, which means that log entries will be sent as a group or 'batch' rather than individually.
Batching will reduce the amount of calls made by the logging provider.
Probably worth implementing after #17 as this change will likely require a large redesign.
The text was updated successfully, but these errors were encountered:
Currently the provider appears to make a call to the Event Hub on every log entry.
It is fairly common for logging providers to provide a batch option, which means that log entries will be sent as a group or 'batch' rather than individually.
Batching will reduce the amount of calls made by the logging provider.
Probably worth implementing after #17 as this change will likely require a large redesign.
The text was updated successfully, but these errors were encountered: