Changed log level to Information

This commit is contained in:
Kiran Challa 2015-12-09 15:36:48 -08:00
parent e840ba06e2
commit 562f65c9c8
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ namespace E2ETests
bool noSource = false)
{
var logger = new LoggerFactory()
.AddConsole(LogLevel.Warning)
.AddConsole(LogLevel.Information)
.CreateLogger($"Smoke:{serverType}:{donetFlavor}:{architecture}");
using (logger.BeginScope("SmokeTestSuite"))