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
Map these levels to the right combination of debug modules so that we can enable the right ones.
Review and update all logging to match the above log levels
Update ClientOptionsBase to take in a new option logLevel. The constructor for EventHubsClient will read this and use debug.enable() appropriately
The new options bag that we plan to add as part of [Event Hubs] Review retry logic against the guidelines #2661 (comment) to all the user facing operations is also updated to include logLevel. Each operation will read this and use debug.enable() appropriately. This overrides the value set when creating the EventHubClient
Refer to General Guidelines on Logging
This issue is to investigate how the way we do logging in Event Hubs can fit into what is being described in the guidelines
The text was updated successfully, but these errors were encountered: