From 100bd43de699ee961d736d46ee540cfddf748cf2 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Tue, 27 Feb 2024 10:46:28 +0100 Subject: [PATCH] integration: do not log test output by default --- tests/integration/testmarketplace.nim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/integration/testmarketplace.nim b/tests/integration/testmarketplace.nim index 8bbaebf0..f336cd2a 100644 --- a/tests/integration/testmarketplace.nim +++ b/tests/integration/testmarketplace.nim @@ -14,15 +14,15 @@ marketplacesuite "Marketplace payouts": clients: CodexConfigs.init(nodes=1) # .debug() # uncomment to enable console log output.debug() - .withLogFile() # uncomment to output log file to tests/integration/logs/ //_.log - .withLogTopics("node", "erasure") + # .withLogFile() # uncomment to output log file to tests/integration/logs/ //_.log + # .withLogTopics("node", "erasure") .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("node", "marketplace", "sales", "reservations", "node", "proving", "clock") + # .withLogFile() # uncomment to output log file to tests/integration/logs/ //_.log + # .withLogTopics("node", "marketplace", "sales", "reservations", "node", "proving", "clock") .some, ): let reward = 400.u256