Improve message formatting

This commit is contained in:
Matthias
2022-04-30 17:35:11 +02:00
parent f6a7e6b785
commit e49b3ef051
2 changed files with 4 additions and 4 deletions

View File

@@ -215,8 +215,8 @@ def _download_pair_history(pair: str, *,
candle_type=candle_type,
prepend=prepend)
logger.info(f'Download history data for "{pair}" ({process}), timeframe: {timeframe}, '
f'candle type: {candle_type} and store in {datadir}.'
logger.info(f'({process}) - Download history data for "{pair}", {timeframe}, '
f'{candle_type} and store in {datadir}.'
f'From {format_ms_time(since_ms) if since_ms else "start"} to '
f'{format_ms_time(until_ms) if until_ms else "now"}'
)