Skip to content

Commit

Permalink
chore: changes logger level to trace
Browse files Browse the repository at this point in the history
  • Loading branch information
ganchoradkov committed Nov 13, 2024
1 parent 27886ae commit c7f7638
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export async function createWalletKit(relayerRegionURL: string) {
const core = new Core({
projectId: process.env.NEXT_PUBLIC_PROJECT_ID,
relayUrl: relayerRegionURL ?? process.env.NEXT_PUBLIC_RELAY_URL,
logger: 'error'
logger: 'trace'
})
walletkit = await WalletKit.init({
core,
Expand Down

0 comments on commit c7f7638

Please sign in to comment.