mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Reduce message consumer verbosity
This commit is contained in:
parent
4e920e9c53
commit
ac229b7a42
|
@ -284,7 +284,7 @@ class ExternalMessageConsumer:
|
|||
logger.error(f"Empty message received from `{producer_name}`")
|
||||
return
|
||||
|
||||
logger.info(f"Received message of type `{producer_message.type}` from `{producer_name}`")
|
||||
logger.debug(f"Received message of type `{producer_message.type}` from `{producer_name}`")
|
||||
|
||||
message_handler = self._message_handlers.get(producer_message.type)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user