Reacting to verbose rename
This commit is contained in:
parent
706ff04160
commit
dff3a4f231
|
|
@ -22,7 +22,7 @@ namespace SampleApp
|
||||||
//ksi.ThreadCount = 4;
|
//ksi.ThreadCount = 4;
|
||||||
ksi.NoDelay = true;
|
ksi.NoDelay = true;
|
||||||
|
|
||||||
loggerFactory.AddConsole(LogLevel.Debug);
|
loggerFactory.AddConsole(LogLevel.Trace);
|
||||||
|
|
||||||
var testCertPath = Path.Combine(
|
var testCertPath = Path.Combine(
|
||||||
env.ApplicationBasePath,
|
env.ApplicationBasePath,
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,7 @@ namespace Microsoft.AspNet.Server.Kestrel.Filter
|
||||||
builder.Append((char)buffer[i]);
|
builder.Append((char)buffer[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
_logger.LogVerbose(builder.ToString());
|
_logger.LogDebug(builder.ToString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue