Skip to content

Commit 4f6762b

Browse files
authored
chore: changes logger level to trace (#770)
1 parent 27886ae commit 4f6762b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/wallets/react-wallet-v2/src/utils/WalletConnectUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export async function createWalletKit(relayerRegionURL: string) {
66
const core = new Core({
77
projectId: process.env.NEXT_PUBLIC_PROJECT_ID,
88
relayUrl: relayerRegionURL ?? process.env.NEXT_PUBLIC_RELAY_URL,
9-
logger: 'error'
9+
logger: 'trace'
1010
})
1111
walletkit = await WalletKit.init({
1212
core,

0 commit comments

Comments
 (0)