Skip to content

Commit

Permalink
chore: disable web3.RequestManager logger (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 20, 2024
1 parent 5eafe17 commit 83db16e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dank_mids/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
MULTICALL3_ADDRESSES = {}

logger = logging.getLogger(__name__)
# our new logger logs the same stuff plus more
logging.getLogger("web3.RequestManager").setLevel(logging.NOTSET)

instances: DefaultDict[ChainId, List["DankMiddlewareController"]] = defaultdict(list)

Expand Down

0 comments on commit 83db16e

Please sign in to comment.