Reduce force-sell verbosity

This commit is contained in:
xmatthias 2018-06-13 19:43:33 +02:00
parent e22da45474
commit e600be4f56

View File

@ -176,8 +176,8 @@ class Backtesting(object):
close_index=sell_row.Index,
open_at_end=True
)
logger.info('Force_selling still open trade %s with %s perc - %s', btr.pair,
btr.profit_percent, btr.profit_abs)
logger.debug('Force_selling still open trade %s with %s perc - %s', btr.pair,
btr.profit_percent, btr.profit_abs)
return btr
return None