mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-03-04 06:20:45 +00:00
integration: do not log test output by default
This commit is contained in:
parent
78fb165b12
commit
100bd43de6
@ -14,15 +14,15 @@ marketplacesuite "Marketplace payouts":
|
|||||||
clients:
|
clients:
|
||||||
CodexConfigs.init(nodes=1)
|
CodexConfigs.init(nodes=1)
|
||||||
# .debug() # uncomment to enable console log output.debug()
|
# .debug() # uncomment to enable console log output.debug()
|
||||||
.withLogFile() # uncomment to output log file to tests/integration/logs/<start_datetime> <suite_name>/<test_name>/<node_role>_<node_idx>.log
|
# .withLogFile() # uncomment to output log file to tests/integration/logs/<start_datetime> <suite_name>/<test_name>/<node_role>_<node_idx>.log
|
||||||
.withLogTopics("node", "erasure")
|
# .withLogTopics("node", "erasure")
|
||||||
.some,
|
.some,
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
CodexConfigs.init(nodes=1)
|
CodexConfigs.init(nodes=1)
|
||||||
# .debug() # uncomment to enable console log output
|
# .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
|
# .withLogFile() # uncomment to output log file to tests/integration/logs/<start_datetime> <suite_name>/<test_name>/<node_role>_<node_idx>.log
|
||||||
.withLogTopics("node", "marketplace", "sales", "reservations", "node", "proving", "clock")
|
# .withLogTopics("node", "marketplace", "sales", "reservations", "node", "proving", "clock")
|
||||||
.some,
|
.some,
|
||||||
):
|
):
|
||||||
let reward = 400.u256
|
let reward = 400.u256
|
||||||
|
Loading…
x
Reference in New Issue
Block a user