Log the Socket error code

This commit is contained in:
Troy Dai 2016-03-21 15:18:28 -07:00
parent d82c2f557a
commit 1b8d69abc1
2 changed files with 11 additions and 3 deletions

View file

@ -39,6 +39,10 @@ namespace Microsoft.DotNet.ProjectModel.Server.Tests
{
_loggerFactory.AddConsole(LogLevel.Warning);
}
else
{
_loggerFactory.AddConsole(LogLevel.Error);
}
_testAssetsManager = new TestAssetsManager(
Path.Combine(RepoRoot, "TestAssets", "ProjectModelServer", "DthTestProjects", "src"));