1 write to _logger
Aspire.Hosting (1)
13 references to _logger
Aspire.Hosting (13)
Dcp\DcpHost.cs (13)
126DcpDependencyCheck.CheckDcpInfoAndLogErrors(_logger, _dcpOptions, dcpInfo, throwIfUnhealthy: requireContainerRuntimeInitialization);
154_logger.LogWarning("No trusted Aspire development certificate was found. See https://aka.ms/aspire/devcerts for more information.");
160_logger.LogWarning("The most recent development certificate isn't fully trusted. See https://aka.ms/aspire/devcerts for more information.");
222_logger.LogWarning("Failed to read the developer certificate thumbprint. DCP will use its default certificate.");
235_logger.LogDebug("Prepared DCP TLS certificate thumbprint {Thumbprint}.", thumbprint);
246_logger.LogWarning("Failed to cache the developer certificate files. DCP will use its default certificate.");
259_logger.LogDebug("Prepared DCP TLS certificate files for thumbprint {Thumbprint}.", thumbprint);
266await TaskHelpers.WaitIgnoreCancelAsync(_logProcessorTask, _logger, "Error in logging socket processor.").ConfigureAwait(false);
289_logger.LogError(ex, "Failed to enable orchestration logging.");
328_logger.LogInformation("Starting DCP with arguments: {Arguments}", dcpProcessSpec.Arguments);
473return (_logger, LogLevel.Debug, Encoding.UTF8.GetString(line));
617_logger.LogDebug(ex, "Error while polling container runtime health for notification");
641_logger.LogDebug(ex, "Failed to show container runtime notification or poll for health");