Merge pull request #203987 from microsoft/merogge/info-trace

log info -> trace
This commit is contained in:
Megan Rogge
2024-02-01 10:48:18 -06:00
committed by GitHub
@@ -154,7 +154,7 @@ async function detectAvailableWindowsProfiles(
}
} catch (e) {
if (logIfWslNotInstalled) {
logService?.info('WSL is not installed, so could not detect WSL profiles');
logService?.trace('WSL is not installed, so could not detect WSL profiles');
logIfWslNotInstalled = false;
}
}