Log POA middleware message at info level instead of debug.

pull/3532/head
derekpierre 2024-07-29 13:51:27 -04:00 committed by KPrasch
parent 0c33c154d9
commit 463e1e2d16
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class EthereumClient:
)
if is_poa:
# proof-of-authority blockchain
self.log.debug("Injecting POA middleware at layer 0")
self.log.info("Injecting POA middleware at layer 0")
self.inject_middleware(geth_poa_middleware, layer=0)
# simple cache middleware