Reduce shutdown verbosity of exchange
This commit is contained in:
parent
a9fd12b816
commit
f8e7ed5d7d
@ -205,7 +205,7 @@ class Exchange:
|
|||||||
logger.debug("Exchange object destroyed, closing async loop")
|
logger.debug("Exchange object destroyed, closing async loop")
|
||||||
if (self._api_async and inspect.iscoroutinefunction(self._api_async.close)
|
if (self._api_async and inspect.iscoroutinefunction(self._api_async.close)
|
||||||
and self._api_async.session):
|
and self._api_async.session):
|
||||||
logger.info("Closing async ccxt session.")
|
logger.debug("Closing async ccxt session.")
|
||||||
self.loop.run_until_complete(self._api_async.close())
|
self.loop.run_until_complete(self._api_async.close())
|
||||||
|
|
||||||
def validate_config(self, config):
|
def validate_config(self, config):
|
||||||
|
Loading…
Reference in New Issue
Block a user