Added logger.info when Sandbox is enabled.

This commit is contained in:
creslinux 2018-07-29 09:15:13 +00:00
parent c85c7a3a77
commit dd71071740

View File

@ -113,6 +113,7 @@ class Exchange(object):
if exchange_config.get('sandbox'):
if api.urls.get('test'):
api.urls['api'] = api.urls['test']
logger.info("Enabled Sandbox API on %s", name)
else:
logger.warning(self, "No Sandbox URL in CCXT, exiting. "
"Please check your config.json")