Skip to content

Commit 0981d18

Browse files
committed
Change log level from Information to Debug for deployment state save confirmation
1 parent 658d998 commit 0981d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aspire.Hosting/Publishing/Internal/FileDeploymentStateManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ await File.WriteAllTextAsync(
6969
flattenedSecrets.ToJsonString(s_jsonSerializerOptions),
7070
cancellationToken).ConfigureAwait(false);
7171

72-
logger.LogInformation("Deployment state saved to {Path}", deploymentStatePath);
72+
logger.LogDebug("Deployment state saved to {Path}", deploymentStatePath);
7373
}
7474
catch (Exception ex)
7575
{

0 commit comments

Comments
 (0)