Up Redis test log level (#2743)
This commit is contained in:
parent
31b6ad69ae
commit
d76c074780
|
|
@ -28,7 +28,7 @@ namespace Microsoft.AspNetCore.SignalR.Redis.Tests
|
||||||
}
|
}
|
||||||
|
|
||||||
var testLog = AssemblyTestLog.ForAssembly(typeof(RedisServerFixture<TStartup>).Assembly);
|
var testLog = AssemblyTestLog.ForAssembly(typeof(RedisServerFixture<TStartup>).Assembly);
|
||||||
_logToken = testLog.StartTestLog(null, $"{nameof(RedisServerFixture<TStartup>)}_{typeof(TStartup).Name}", out _loggerFactory, "RedisServerFixture");
|
_logToken = testLog.StartTestLog(null, $"{nameof(RedisServerFixture<TStartup>)}_{typeof(TStartup).Name}", out _loggerFactory, LogLevel.Trace, "RedisServerFixture");
|
||||||
_logger = _loggerFactory.CreateLogger<RedisServerFixture<TStartup>>();
|
_logger = _loggerFactory.CreateLogger<RedisServerFixture<TStartup>>();
|
||||||
|
|
||||||
Docker.Default.Start(_logger);
|
Docker.Default.Start(_logger);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue