Skip to content

Commit

Permalink
Mark configure console logs internal. (#644) (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored Nov 2, 2023
1 parent e4b3b3e commit 52fbf6c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

namespace Aspire.Hosting.Dashboard;

public static class ConsoleLogsConfigurationExtensions
internal static class ConsoleLogsConfigurationExtensions
{
public static IResourceBuilder<T> ConfigureConsoleLogs<T>(this IResourceBuilder<T> builder) where T : IResourceWithEnvironment
internal static IResourceBuilder<T> ConfigureConsoleLogs<T>(this IResourceBuilder<T> builder) where T : IResourceWithEnvironment
{
return builder.WithEnvironment((context) =>
{
Expand Down

0 comments on commit 52fbf6c

Please sign in to comment.