Change loglevel of repeated message to debug

This commit is contained in:
Matthias
2019-10-25 14:19:02 +02:00
parent 74b2f11d4f
commit 8201f70a80
2 changed files with 2 additions and 1 deletions

View File

@@ -443,7 +443,7 @@ class FreqtradeBot:
try:
# Create entity and execute trade
if not self.create_trades():
logger.info('Found no buy signals for whitelisted currencies. Trying again...')
logger.debug('Found no buy signals for whitelisted currencies. Trying again...')
except DependencyException as exception:
logger.warning('Unable to create trade: %s', exception)