Skip to content

Commit

Permalink
fix: add trace logging of libp2p config
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Nov 22, 2024
1 parent 30f319e commit 82ebebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/verified-fetch/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@ export async function createVerifiedFetch (init?: Helia | CreateVerifiedFetchIni
dns,
routers
})
init.logger.forComponent('helia:verified-fetch').trace('created verified-fetch with libp2p config:', JSON.stringify(libp2pConfig))
}

const verifiedFetchInstance = new VerifiedFetchClass({ helia: init }, options)
Expand Down

0 comments on commit 82ebebc

Please sign in to comment.