hummingbot / brokers

This repository contains different brokers that can be used to communicate multiple instances of Hummingbot, or send information to the bots.
Apache License 2.0
22 stars 13 forks source link

Cannot disable mqtt logger #6

Open glarkou opened 1 year ago

glarkou commented 1 year ago

I would like to disable mqtt logger but even if the config is displayed through config I cannot run:

config mqtt_bridge.mqtt_logger false

I got the error that the key cannot be found.

I have already disabled/enabled and they work using:

config mqtt_bridge.mqtt_events false config mqtt_bridge.mqtt_notifier false

Can you please check it?