Skip to content

Commit

Permalink
chore: enable libp2p logs in node
Browse files Browse the repository at this point in the history
  • Loading branch information
mkermani144 committed Jun 29, 2024
1 parent c1cba01 commit d231c54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/scaling-large-messages/src/node/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ const node = await createRoseNetNode({
},
relayMultiaddrs: [process.env.RELAY_MULTIADDR!],
privateKey: process.env.PRIVATE_KEY!,
debug: {
libp2pComponents: ['*'],
},
});

const largeMessage = 'x'.repeat(100_000); // 100kB string
Expand Down

0 comments on commit d231c54

Please sign in to comment.