mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-10 01:13:10 +00:00
enable debug logs for testpurchasing since the failure in ci
This commit is contained in:
parent
13f94a64ac
commit
0c6f1871ea
@ -12,7 +12,7 @@ export multinodes
|
||||
template twonodessuite*(name: string, body: untyped) =
|
||||
multinodesuite name:
|
||||
let twoNodesConfig {.inject, used.} =
|
||||
NodeConfigs(clients: CodexConfigs.init(nodes = 2).some)
|
||||
NodeConfigs(clients: CodexConfigs.init(nodes = 2).debug().some)
|
||||
|
||||
var node1 {.inject, used.}: CodexProcess
|
||||
var node2 {.inject, used.}: CodexProcess
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user