Log message about verified operator to debug instead of info.

pull/3487/head
derekpierre 2024-04-24 16:08:57 -04:00
parent 059b90b8ca
commit 49e295e0e7
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1133,7 +1133,7 @@ class Teacher:
if self._staking_provider_is_really_staking(
registry=registry, eth_endpoint=eth_endpoint
): # <-- Blockchain CALL
self.log.info(f"Verified operator {self}")
self.log.debug(f"Verified operator {self}")
self.verified_operator = True
else:
raise self.NotStaking(f"{self.checksum_address} is not staking")