15 references to LogDebug
aspire (1)
NuGet\NuGetPackagePrefetcher.cs (1)
27
logger.
LogDebug
(ex, "Non-fatal error while prefetching template packages. This is not critical to the operation of the CLI.");
Aspire.Dashboard (1)
Components\Interactions\InteractionsProvider.cs (1)
328
Logger.
LogDebug
(ex, "Unexpected error when closing interaction {InteractionId} dialog reference.", item.InteractionId);
Aspire.Hosting (8)
Dcp\DcpExecutor.cs (6)
183
_logger.
LogDebug
(ex, "One or more monitoring tasks terminated with an error.");
207
_logger.
LogDebug
(ex, "Application orchestrator could not be stopped programmatically.");
1479
_logger.
LogDebug
(ex, "Cancellation during creation of resources.");
1683
_logger.
LogDebug
(ex, "Failed to apply argument value '{ArgKey}' to '{ResourceName}'. A dependency may have failed to start.", ex.Data["ArgKey"], modelResource.Name);
1740
_logger.
LogDebug
(ex, "Failed to apply environment variable '{Name}' to '{ResourceName}'. A dependency may have failed to start.", key, modelResource.Name);
1766
_logger.
LogDebug
(ex, "Failed to apply argument value '{ArgKey}' to '{ResourceName}'. A dependency may have failed to start.", a, modelResource.Name);
Dcp\DcpPipelineBuilder.cs (2)
50
logger.
LogDebug
(
75
logger.
LogDebug
(
AzureSearch.ApiService (1)
Program.cs (1)
56
logger.
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.");