From 25663b59a0bf08e9233eecc49cdcfad46e84fac4 Mon Sep 17 00:00:00 2001 From: benbierens Date: Sat, 8 Jun 2024 10:50:30 +0200 Subject: [PATCH] sets trace level for scalability tests --- Tests/CodexLongTests/ScalabilityTests/ScalabilityTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CodexLongTests/ScalabilityTests/ScalabilityTests.cs b/Tests/CodexLongTests/ScalabilityTests/ScalabilityTests.cs index 2e6eb149..14f363b0 100644 --- a/Tests/CodexLongTests/ScalabilityTests/ScalabilityTests.cs +++ b/Tests/CodexLongTests/ScalabilityTests/ScalabilityTests.cs @@ -23,7 +23,7 @@ public class ScalabilityTests : CodexDistTest [Values(2000, 2200, 2500, 2800, 3000, 3200, 3500, 3800, 4200, 4500, 4800, 5000)] int fileSizeInMb // TODO: include 100, 1000, 5000, 10000 ) { - var logLevel = CodexLogLevel.Info; + var logLevel = CodexLogLevel.Trace; var bootstrap = StartCodex(s => s.WithLogLevel(logLevel)); var nodes = StartCodex(numberOfNodes - 1, s => s