Skip to content

Commit

Permalink
feat(e2e) - Adding azure core and identity event sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinagesh committed Mar 11, 2021
1 parent ff88ada commit 8357105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/test/Helpers/ConsoleEventListener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public sealed class ConsoleEventListener : EventListener
// OnEventSourceCreated is triggered as soon as the EventListener is registered and an event source is created.
// So trying to configure this value in the ConsoleEventListener constructor does not work.
// The OnEventSourceCreated can be triggered sooner than the filter is initialized in the ConsoleEventListener constructor.
private static string[] _eventFilters = new string[] { "DotNetty-Default", "Microsoft-Azure-Devices" };
private static string[] _eventFilters = new string[] { "DotNetty-Default", "Microsoft-Azure-Devices", "Azure-Core", "Azure-Identity" };

private readonly object _lock = new object();

Expand Down

0 comments on commit 8357105

Please sign in to comment.