log format json for bootstrap nodes

This commit is contained in:
E M 2026-05-27 15:59:20 +10:00
parent 6cfa436cb8
commit 46adc41c90
No known key found for this signature in database

View File

@ -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;
}