Skip to content

Commit d76c074

Browse files
Up Redis test log level (#2743)
1 parent 31b6ad6 commit d76c074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.AspNetCore.SignalR.Redis.Tests/RedisServerFixture.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public RedisServerFixture()
2828
}
2929

3030
var testLog = AssemblyTestLog.ForAssembly(typeof(RedisServerFixture<TStartup>).Assembly);
31-
_logToken = testLog.StartTestLog(null, $"{nameof(RedisServerFixture<TStartup>)}_{typeof(TStartup).Name}", out _loggerFactory, "RedisServerFixture");
31+
_logToken = testLog.StartTestLog(null, $"{nameof(RedisServerFixture<TStartup>)}_{typeof(TStartup).Name}", out _loggerFactory, LogLevel.Trace, "RedisServerFixture");
3232
_logger = _loggerFactory.CreateLogger<RedisServerFixture<TStartup>>();
3333

3434
Docker.Default.Start(_logger);

0 commit comments

Comments
 (0)