test logging lines

This commit is contained in:
Timothy Pogue 2022-09-12 07:36:11 -06:00
parent 85b43a7c34
commit d6205e6cfb
1 changed files with 3 additions and 0 deletions

View File

@ -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)