TxnLab / use-wallet

A framework agnostic wallet integration library for Algorand dApps
https://txnlab.gitbook.io/use-wallet
MIT License
81 stars 32 forks source link

fix: correct DEBUG log level handling in WalletManager #265

Closed drichar closed 2 weeks ago

drichar commented 2 weeks ago

Description

This PR fixes an issue where the DEBUG log level was not being properly handled in the WalletManager in #264 resulting in DEBUG logs not being output as expected. It also includes some refactoring and improvements to the logger initialization process.

Details