21 references to LogDebug
aspire (2)
NuGet\NuGetPackagePrefetcher.cs (2)
40logger.LogDebug(ex, "Non-fatal error while prefetching template packages. This is not critical to the operation of the CLI."); 64logger.LogDebug(ex, "Non-fatal error while prefetching CLI packages. This is not critical to the operation of the CLI.");
Aspire.Dashboard (1)
Components\Interactions\InteractionsProvider.cs (1)
477Logger.LogDebug(ex, "Unexpected error when closing interaction {InteractionId} dialog reference.", item.InteractionId);
Aspire.Hosting (11)
Dcp\DcpExecutor.cs (6)
204_logger.LogDebug(ex, "One or more monitoring tasks terminated with an error."); 228_logger.LogDebug(ex, "Application orchestrator could not be stopped programmatically."); 1720_logger.LogDebug(ex, "Cancellation during creation of resources."); 1925_logger.LogDebug(ex, "Failed to apply argument value '{ArgKey}' to '{ResourceName}'. A dependency may have failed to start.", ex.Data["ArgKey"], modelResource.Name); 1982_logger.LogDebug(ex, "Failed to apply environment variable '{Name}' to '{ResourceName}'. A dependency may have failed to start.", key, modelResource.Name); 2008_logger.LogDebug(ex, "Failed to apply argument value '{ArgKey}' to '{ResourceName}'. A dependency may have failed to start.", a, modelResource.Name);
Dcp\DcpHost.cs (2)
458_logger.LogDebug(ex, "Error while polling container runtime health for notification"); 482_logger.LogDebug(ex, "Failed to show container runtime notification or poll for health");
Dcp\DcpPipelineBuilder.cs (2)
50logger.LogDebug( 75logger.LogDebug(
VersionChecking\VersionCheckService.cs (1)
75_logger.LogDebug(ex, "Error checking for latest version.");
Aspire.Hosting.DevTunnels (2)
DevTunnelResourceBuilderExtensions.cs (1)
566portLogger.LogDebug(ex, "Failed to log anonymous access status for port");
RequiredCommandValidator.cs (1)
91_logger.LogDebug(ex, "Failed to show missing command notification");
AzureSearch.ApiService (1)
Program.cs (1)
56logger.LogDebug(e, "Didn't find index.");
Microsoft.AspNetCore.SignalR.Client.Core (1)
src\SignalR\common\Shared\MessageBuffer.cs (1)
296_logger.LogDebug(ex, "Failure while resending messages after a reconnect.");
Microsoft.AspNetCore.SignalR.Core (1)
src\SignalR\common\Shared\MessageBuffer.cs (1)
296_logger.LogDebug(ex, "Failure while resending messages after a reconnect.");
Microsoft.AspNetCore.SpaProxy (2)
SpaProxyLaunchManager.cs (2)
89_logger.LogDebug(exception, "Failed to connect to the SPA Development proxy."); 120_logger.LogDebug(exception, "Failed to connect to the SPA Development proxy.");