We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebab970 commit ccb4a94Copy full SHA for ccb4a94
justfile
@@ -171,7 +171,7 @@ test-contract-deploy *ARGS:
171
scripts/test-contract-deploy {{ARGS}}
172
173
test-all: build_release build-test-utils
174
- env RUST_LOG=block_checker=info,warn target/release/run \
+ env RUST_LOG=timeboost_builder::submit=debug,block_checker=info,warn target/release/run \
175
--verbose \
176
--timeout 120 \
177
--spawn "1:anvil --port 8545" \
0 commit comments