Skip to content

Commit

Permalink
VCI-820: Make message about appsettings backup warning level
Browse files Browse the repository at this point in the history
  • Loading branch information
krankenbro committed Mar 21, 2024
1 parent e8892e4 commit 11477b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ private static async Task InstallPlatformAsync(string platformVersion, string pl

if (Force)
{
Log.Information($"The old appsettings.json was saved as {bakFileName}");
Log.Warning("The old appsettings.json was saved as {0}", bakFileName);
}
else
{
Expand Down

0 comments on commit 11477b4

Please sign in to comment.