9 references to logger
Aspire.Hosting (9)
Pipelines\Internal\FileDeploymentStateManager.cs (6)
86logger.LogInformation("Skipping deployment state save due to --clear-cache flag"); 93logger.LogWarning("Cannot save deployment state: AppHostSha is not configured"); 116logger.LogWarning( 125logger.LogDebug(ex, "Unable to check permissions on deployment state directory '{Directory}'.", deploymentStateDirectory); 133logger.LogDebug("Deployment state saved to {Path}", deploymentStatePath); 137logger.LogWarning(ex, "Failed to save deployment state.");
Pipelines\Internal\UserSecretsDeploymentStateManager.cs (3)
41logger.LogInformation("Azure resource connection strings saved to user secrets."); 45logger.LogError(ex, "Failed to provision Azure resources because user secrets file is not well-formed JSON."); 50logger.LogWarning(ex, "Failed to save user secrets.");