Skip to content

Commit f0347d4

Browse files
committed
Fix RUST_LOG.
1 parent 94c81f5 commit f0347d4

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
@@ -89,7 +89,7 @@ run_demo *ARGS:
8989
scripts/run-timeboost-demo {{ARGS}}
9090

9191
run-sailfish-demo: build-test-utils build_release
92-
env RUST_LOG=sailfish=info,timeboost=info,warn \
92+
env RUST_LOG=sailfish=info,warn \
9393
target/release/run --verbose \
9494
--spawn "1:anvil --port 8545" \
9595
--run "2:sleep 3" \

0 commit comments

Comments
 (0)