diff --git a/bittensor/utils/networking.py b/bittensor/utils/networking.py index 4c0c475851..76686d5fa4 100644 --- a/bittensor/utils/networking.py +++ b/bittensor/utils/networking.py @@ -191,7 +191,7 @@ def wrapper(self, *args, **kwargs): ) != 0 ): - logging.info("Reconnection substrate...") + logging.debug("Reconnecting to substrate...") self._get_substrate() # Execute the method if the connection is active or after reconnecting return func(self, *args, **kwargs)