mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Reduce logging verbosity message in webhooks
This commit is contained in:
parent
c4cd547451
commit
a3a175e332
|
@ -84,7 +84,7 @@ class Webhook(RPCHandler):
|
|||
valuedict = self._get_value_dict(msg)
|
||||
|
||||
if not valuedict:
|
||||
logger.info("Message type '%s' not configured for webhooks", msg['type'])
|
||||
logger.debug("Message type '%s' not configured for webhooks", msg['type'])
|
||||
return
|
||||
|
||||
payload = {key: value.format(**msg) for (key, value) in valuedict.items()}
|
||||
|
|
Loading…
Reference in New Issue
Block a user