Skip to content

Commit

Permalink
fix: add trace logging of libp2p config (#151)
Browse files Browse the repository at this point in the history
* fix: add trace logging of libp2p config

* Update index.ts

Co-authored-by: Alex Potsides <[email protected]>

---------

Co-authored-by: Daniel N <[email protected]>
Co-authored-by: Alex Potsides <[email protected]>
  • Loading branch information
3 people authored Nov 22, 2024
1 parent 30f319e commit 97de1a3
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: %j', libp2pConfig)
}

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

0 comments on commit 97de1a3

Please sign in to comment.