Add "Using Exchange ..." logging line

This commit is contained in:
enenn 2018-03-30 11:02:41 +02:00
parent 38307755e6
commit 65b4a0077d

View File

@ -78,6 +78,8 @@ def init(config: dict) -> None:
except KeyError:
raise OperationalException('Exchange {} is not supported'.format(name))
logger.info('Using Exchange "%s"', get_name())
# Check if all pairs are available
validate_pairs(config['exchange']['pair_whitelist'])