Merge pull request #655 from xmatthias/dev_reduce_verbosity
Reduce verbosity of get_ticker_history
This commit is contained in:
commit
40dfe4b3a9
@ -297,7 +297,8 @@ def get_ticker_history(pair: str, tick_interval: str, since_ms: Optional[int] =
|
|||||||
if not data_part:
|
if not data_part:
|
||||||
break
|
break
|
||||||
|
|
||||||
logger.info('Downloaded data for time range [%s, %s]',
|
logger.debug('Downloaded data for %s time range [%s, %s]',
|
||||||
|
pair,
|
||||||
arrow.get(data_part[0][0] / 1000).format(),
|
arrow.get(data_part[0][0] / 1000).format(),
|
||||||
arrow.get(data_part[-1][0] / 1000).format())
|
arrow.get(data_part[-1][0] / 1000).format())
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user