integration: do not log by default

This commit is contained in:
Mark Spanbroek 2024-02-29 08:05:58 +01:00
parent 8a6155dddb
commit 22db924850
No known key found for this signature in database
GPG Key ID: FBE3E9548D427C00
1 changed files with 3 additions and 3 deletions

View File

@ -31,8 +31,8 @@ marketplacesuite "Hosts submit regular proofs":
providers:
CodexConfigs.init(nodes=1)
# .debug() # uncomment to enable console log output
.withLogFile() # uncomment to output log file to tests/integration/logs/<start_datetime> <suite_name>/<test_name>/<node_role>_<node_idx>.log
.withLogTopics("marketplace", "sales", "reservations", "node")
# .withLogFile() # uncomment to output log file to tests/integration/logs/<start_datetime> <suite_name>/<test_name>/<node_role>_<node_idx>.log
# .withLogTopics("marketplace", "sales", "reservations", "node")
.some,
):
let client0 = clients()[0].client
@ -137,7 +137,7 @@ marketplacesuite "Simulate invalid proofs":
CodexConfigs.init(nodes=1)
# .debug() # uncomment to enable console log output
# .withLogFile() # uncomment to output log file to tests/integration/logs/<start_datetime> <suite_name>/<test_name>/<node_role>_<node_idx>.log
# .withLogTopics("node")
# .withLogTopics("marketplace", "sales", "reservations", "node")
.some,
providers: