Skip to content

Commit

Permalink
client-sdk/ts-web: Update log config for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Nov 20, 2024
1 parent 898eff7 commit faecfd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion client-sdk/ts-web/core/playground/sample-run-network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ mkdir -p /tmp/oasis-net-runner-sdk-core
--fixture.default.node.binary "$TEST_NODE_BINARY" \
--fixture.default.setup_runtimes=false \
--basedir /tmp/oasis-net-runner-sdk-core \
--basedir.no_temp_dir
--basedir.no_temp_dir \
--log.format json \
--log.level debug
4 changes: 3 additions & 1 deletion client-sdk/ts-web/rt/playground/sample-run-network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ mv "$FIXTURE_FILE.tmp" "$FIXTURE_FILE"
"$TEST_NET_RUNNER" \
--fixture.file "$FIXTURE_FILE" \
--basedir /tmp/oasis-net-runner-sdk-rt \
--basedir.no_temp_dir
--basedir.no_temp_dir \
--log.format json \
--log.level debug

0 comments on commit faecfd7

Please sign in to comment.