-
I am trying to enable debug logs for the mqtt so to see debug messages for the mqtt: I used: CONFIG_NET_LOG=y here is the log module reg. for mqtt in the mqtt.c : LOG_MODULE_REGISTER(net_mqtt, CONFIG_MQTT_LOG_LEVEL); What configs else should I use to be able to see debug prints? |
Beta Was this translation helpful? Give feedback.
Answered by
jukkar
Nov 13, 2023
Replies: 1 comment 2 replies
-
What you have set below is enough.
Of course you need to enable MQTT too with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following worked with latest upstream:
and then I am seeing
where the mqtt library prints debug messages. There should be no difference between 3.5 and current development head in this respect.