7 references to logger
Aspire.Hosting (7)
Pipelines\Internal\FileDeploymentStateManager.cs (4)
55logger.LogInformation("Skipping deployment state save due to --clear-cache flag"); 62logger.LogWarning("Cannot save deployment state: AppHostSha is not configured"); 73logger.LogDebug("Deployment state saved to {Path}", deploymentStatePath); 77logger.LogWarning(ex, "Failed to save deployment state.");
Pipelines\Internal\UserSecretsDeploymentStateManager.cs (3)
42logger.LogInformation("Azure resource connection strings saved to user secrets."); 46logger.LogError(ex, "Failed to provision Azure resources because user secrets file is not well-formed JSON."); 51logger.LogWarning(ex, "Failed to save user secrets.");