We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658d998 commit 0981d18Copy full SHA for 0981d18
src/Aspire.Hosting/Publishing/Internal/FileDeploymentStateManager.cs
@@ -69,7 +69,7 @@ await File.WriteAllTextAsync(
69
flattenedSecrets.ToJsonString(s_jsonSerializerOptions),
70
cancellationToken).ConfigureAwait(false);
71
72
- logger.LogInformation("Deployment state saved to {Path}", deploymentStatePath);
+ logger.LogDebug("Deployment state saved to {Path}", deploymentStatePath);
73
}
74
catch (Exception ex)
75
{
0 commit comments