From c7cb5f20cabb74de7c0f9cb50f0551f407bc8b96 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 20 Jun 2025 16:58:36 +0200 Subject: [PATCH] Add logs for proof tests --- tests/integration/testproofs.nim | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/tests/integration/testproofs.nim b/tests/integration/testproofs.nim index 7f75feba..c30b597d 100644 --- a/tests/integration/testproofs.nim +++ b/tests/integration/testproofs.nim @@ -24,16 +24,18 @@ marketplacesuite(name = "Hosts submit regular proofs", stopOnRequestFail = false NodeConfigs( # Uncomment to start Hardhat automatically, typically so logs can be inspected locally hardhat: HardhatConfig.none, - clients: CodexConfigs.init(nodes = 1) - # .debug() # uncomment to enable console log output - # .withLogFile() # uncomment to output log file to tests/integration/logs/ //_.log - # .withLogTopics("node, marketplace") - .some, - providers: CodexConfigs.init(nodes = 1) - # .debug() # uncomment to enable console log output - # .withLogFile() # uncomment to output log file to tests/integration/logs/ //_.log - # .withLogTopics("marketplace", "sales", "reservations", "node", "clock") - .some, + clients: CodexConfigs + .init(nodes = 1) + # .debug() # uncomment to enable console log output + .withLogFile() + # uncomment to output log file to tests/integration/logs/ //_.log + .withLogTopics("node, marketplace").some, + providers: CodexConfigs + .init(nodes = 1) + # .debug() # uncomment to enable console log output + .withLogFile() + # uncomment to output log file to tests/integration/logs/ //_.log + .withLogTopics("marketplace", "sales", "reservations", "node", "clock").some, ): let client0 = clients()[0].client let expiry = 10.periods