mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
test logging lines
This commit is contained in:
parent
85b43a7c34
commit
d6205e6cfb
|
@ -305,6 +305,9 @@ class ExternalMessageConsumer:
|
|||
|
||||
pair, timeframe, candle_type = key
|
||||
|
||||
logger.debug(message.data.key)
|
||||
logger.debug(message.data)
|
||||
|
||||
# If set, remove the Entry and Exit signals from the Producer
|
||||
if self._emc_config.get('remove_entry_exit_signals', False):
|
||||
df = remove_entry_exit_signals(df)
|
||||
|
|
Loading…
Reference in New Issue
Block a user