I can't find MQTT_LOG_LEVEL in the configuration interface in SEGGER embedded studio, but it is referenced when setting up all of the MQTT logging.
Where is this value set?
Thanks,
Erik
I can't find MQTT_LOG_LEVEL in the configuration interface in SEGGER embedded studio, but it is referenced when setting up all of the MQTT logging.
Where is this value set?
Thanks,
Erik
I believe you need to set CONFIG_NET_LOG first. All of the networking subsystem drivers have a top level config item which must be enabled before any individual driver logging settings become available.
That works! Thanks!
That works! Thanks!