LOG module thread priority

Hi, I read somewhere that the LOG module works differently from printk() and uses a separate thread or so. But I couldn't find any information which priority this thread uses (or in which context the LOG module's handler runs).

I have strange situations where LOG_INF() messages don't work anymore, even though I call k_msleep() in the main thread. Any ideas? It might also be realted to enabling apairing/bonding features in proj.conf, I'm still researching the reason. But it would help understanding how the control flow of the LOG module works...

Thanks,
Michael

PS: I'm currently using RTT for debug output, if it is important.

Related