mirror of https://github.com/nucypher/nucypher.git
Log POA middleware message at info level instead of debug.
parent
0c33c154d9
commit
463e1e2d16
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue