I am using the light bulb example and connecting to the Zigbee2MQTT. The Z2M is running on a docker with logs level set to debug.
So from the light bulb example, how can I publish the debug logs to Z2M? I have tried
NRF_LOG_WARNING("Text1");
NRF_LOG_INTERNAL_DEBUG("Text2");
NRF_LOG_DEBUG("Text3");
What logs should I add in the light bulb which will send out the logs details to Z2M?