From 46adc41c902050808e43ba71f9a320035ee9596d Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Wed, 27 May 2026 15:59:20 +1000 Subject: [PATCH] log format json for bootstrap nodes --- Tests/ExperimentalTests/AutoBootstrapDistTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/ExperimentalTests/AutoBootstrapDistTest.cs b/Tests/ExperimentalTests/AutoBootstrapDistTest.cs index 4d0a7935..f87a5b9d 100644 --- a/Tests/ExperimentalTests/AutoBootstrapDistTest.cs +++ b/Tests/ExperimentalTests/AutoBootstrapDistTest.cs @@ -14,7 +14,7 @@ namespace LogosStorageTests public void SetupBootstrapNode() { isBooting = true; - BootstrapNode = StartLogosStorage(s => s.WithName("BOOTSTRAP_" + GetTestNamespace())); + BootstrapNode = StartLogosStorage(s => s.WithName("BOOTSTRAP_" + GetTestNamespace()).WithLogFormat(LogosStorageLogFormat.Json)); isBooting = false; }