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 dfd757a commit 47238c5Copy full SHA for 47238c5
dev-proxy/CommandHandlers/ProxyCommandHandler.cs
@@ -143,7 +143,7 @@ private async Task CheckForNewVersionAsync()
143
var newReleaseInfo = await UpdateNotification.CheckForNewVersionAsync(Configuration.NewVersionNotification);
144
if (newReleaseInfo != null)
145
{
146
- _logger.LogError(
+ _logger.LogInformation(
147
"New Dev Proxy version {version} is available.{newLine}See https://aka.ms/devproxy/upgrade for more information.",
148
newReleaseInfo.Version,
149
Environment.NewLine
0 commit comments