Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarbach committed May 22, 2024
1 parent c525a36 commit 4b1d5fb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using Microsoft.Extensions.Azure;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Identity.Client;
using Serialization;

/// <summary>
Expand Down Expand Up @@ -119,7 +118,7 @@ static string GetConfiguredValueOrFallback(IConfiguration configuration, string
public void DoNotSendMessagesToErrorQueue() => recoverabilityPolicy.SendFailedMessagesToErrorQueue = false;

/// <summary>
/// Logs endpoint diagnostics information to the log. Diagnostics are logged on level <see cref="LogLevel.Info" />.
/// Logs endpoint diagnostics information to the log. Diagnostics are logged on level <see cref="NServiceBus.Logging.LogLevel.Info" />.
/// </summary>
public void LogDiagnostics() =>
AdvancedConfiguration.CustomDiagnosticsWriter((diagnostics, _) =>
Expand Down

0 comments on commit 4b1d5fb

Please sign in to comment.