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
Copy file name to clipboardExpand all lines: src/CommunityToolkit.Aspire.Hosting.Flagd/FlagdBuilderExtensions.cs
+1-14Lines changed: 1 addition & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -43,19 +43,6 @@ public static IResourceBuilder<FlagdResource> AddFlagd(
43
43
.WithArgs("start");
44
44
}
45
45
46
-
/// <summary>
47
-
/// Configures logging level for flagd. If a flag or targeting rule isn't proceeding the way you'd expect this can be enabled to get more verbose logging.
/// Configures logging level for flagd. If a flag or targeting rule isn't proceeding the way you'd expect this can be enabled to get more verbose logging.
61
48
/// </summary>
@@ -64,7 +51,7 @@ public static IResourceBuilder<FlagdResource> WithLogging(
0 commit comments