mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-05-28 03:59:27 +00:00
log format json for bootstrap nodes
This commit is contained in:
parent
6cfa436cb8
commit
46adc41c90
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user