Skip to content

Commit

Permalink
chore: enable all libp2p logs for relay
Browse files Browse the repository at this point in the history
  • Loading branch information
mkermani144 committed Jun 30, 2024
1 parent 2d6dec3 commit 5aa43ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/scaling-large-messages/src/relay/relay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ const node = await createRoseNetRelay({
whitelist: process.env.WHITELIST!.split(','),
maxReservations: 40,
debug: {
libp2pComponents: [
'libp2p:circuit-relay:transport',
'libp2p:circuit-relay:server',
],
libp2pComponents: ['*'],
},
});

Expand Down

0 comments on commit 5aa43ea

Please sign in to comment.