Skip to content

Commit

Permalink
refactor(connector): use private access modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashilzendegen authored and gingters committed May 16, 2024
1 parent 0255c3f commit 11c5d08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Thinktecture.Relay.Connector.Options;

internal partial class RelayConnectorPostConfigureOptions<TRequest, TResponse>
{
public static partial class Log
private static partial class Log
{
[LoggerMessage(LoggingEventIds.RelayConnectorPostConfigureOptionsGotDiscoveryDocument, LogLevel.Trace,
"Got discovery document from {DiscoveryDocumentUrl} ({@DiscoveryDocument})")]
Expand Down

0 comments on commit 11c5d08

Please sign in to comment.