2
0
mirror of synced 2025-01-26 16:30:16 +00:00

set log level to info

This commit is contained in:
gmega 2024-04-13 16:36:16 +03:00
parent 7db9360ba4
commit 80261959e7
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F

View File

@ -19,10 +19,10 @@ public class ScalabilityTests : CodexDistTest
)
{
CodexContainerRecipe.DockerImageOverride = usePatchedImage ? PatchedImage : MasterImage;
var bootstrap = AddCodex();
var nodes = AddCodex(numberOfNodes - 1,
s => s.WithBootstrapNode(bootstrap)).ToList();
s => s.WithBootstrapNode(bootstrap).WithLogLevel(CodexLogLevel.Info)).ToList();
var uploader = nodes.PickOneRandom();
var downloader = nodes.PickOneRandom();