Merge pull request #1376 from mishaker/info_to_debug

"checking sell" INFO log message pollutes logs unnecessarily.
This commit is contained in:
Matthias 2018-11-30 14:55:46 +01:00 committed by GitHub
commit 7570a0d0a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -648,7 +648,7 @@ class FreqtradeBot(object):
return True
break
else:
logger.info('checking sell')
logger.debug('checking sell')
if self.check_sell(trade, sell_rate, buy, sell):
return True