1 write to _logger
aspire (1)
Commands\RunCommand.cs (1)
152
_logger
= logger;
8 references to _logger
aspire (8)
Commands\RunCommand.cs (8)
391
launcherMonitor = LauncherLivenessMonitor.StartIfConfigured(_configuration, runCts, _timeProvider,
_logger
);
639
_logger
.LogWarning(ex, "Failed to capture logs from AppHost");
683
_logger
.LogDebug(ex, "AppHost log capture ended while the run command was exiting early.");
718
_logger
.LogDebug(ex, "AppHost exited before backchannel connected.");
761
_logger
.LogDebug(ex, "Detached child timed out or failed while awaiting AppHost teardown during early exit.");
1547
_logger
.LogDebug(ex, "Timed out waiting for AppHost startup cancellation to complete.");
1552
_logger
.LogDebug(ex, "AppHost run failed after startup cancellation.");
1570
_logger
.LogDebug(ex, "AppHost run failed while startup cancellation was being drained.");