Add "Using Exchange ..." logging line
This commit is contained in:
parent
38307755e6
commit
65b4a0077d
@ -78,6 +78,8 @@ def init(config: dict) -> None:
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
raise OperationalException('Exchange {} is not supported'.format(name))
|
raise OperationalException('Exchange {} is not supported'.format(name))
|
||||||
|
|
||||||
|
logger.info('Using Exchange "%s"', get_name())
|
||||||
|
|
||||||
# Check if all pairs are available
|
# Check if all pairs are available
|
||||||
validate_pairs(config['exchange']['pair_whitelist'])
|
validate_pairs(config['exchange']['pair_whitelist'])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user