Skip to content

Commit ccb4a94

Browse files
committed
Use debug log level for submit.
1 parent ebab970 commit ccb4a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ test-contract-deploy *ARGS:
171171
scripts/test-contract-deploy {{ARGS}}
172172

173173
test-all: build_release build-test-utils
174-
env RUST_LOG=block_checker=info,warn target/release/run \
174+
env RUST_LOG=timeboost_builder::submit=debug,block_checker=info,warn target/release/run \
175175
--verbose \
176176
--timeout 120 \
177177
--spawn "1:anvil --port 8545" \

0 commit comments

Comments
 (0)