Skip to content

Commit 6998349

Browse files
author
Roman S. Borschel
committed
More useful output.
1 parent d8b6aa9 commit 6998349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
command: |
106106
rustc --version
107107
- run:
108-
command: RUST_LOG=debug cargo run --example ipfs-kad
108+
command: RUST_LOG=libp2p_swarm=debug,libp2p_kad=trace,libp2p_tcp=debug cargo run --example ipfs-kad
109109
- save_cache:
110110
key: integration-test-cache-{{ epoch }}
111111
paths:

0 commit comments

Comments
 (0)