Reacting to the removal of ILoggerFactory.MinimumLevel
This commit is contained in:
parent
168f4770f4
commit
32a038e5ea
|
|
@ -22,8 +22,6 @@ namespace SampleApp
|
|||
//ksi.ThreadCount = 4;
|
||||
ksi.NoDelay = true;
|
||||
|
||||
loggerFactory.MinimumLevel = LogLevel.Debug;
|
||||
|
||||
loggerFactory.AddConsole(LogLevel.Debug);
|
||||
|
||||
var testCertPath = Path.Combine(
|
||||
|
|
|
|||
Loading…
Reference in New Issue