:orphan: .. title:: OPENTHREAD_LOG_LEVEL .. option:: CONFIG_OPENTHREAD_LOG_LEVEL *(No prompt -- not directly user assignable.)* Type: ``int`` Direct dependencies =================== \ :option:`NET_L2_OPENTHREAD ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 1 if \ :option:`OPENTHREAD_LOG_LEVEL_CRIT ` - 2 if \ :option:`OPENTHREAD_LOG_LEVEL_WARN ` - 3 if \ :option:`OPENTHREAD_LOG_LEVEL_NOTE ` - 4 if \ :option:`OPENTHREAD_LOG_LEVEL_INFO ` - 5 if \ :option:`OPENTHREAD_LOG_LEVEL_DEBG ` - 0 Kconfig definition ================== At ``/net/l2/openthread/Kconfig:91`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:77`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → OpenThread L2 → Logging .. code-block:: kconfig config OPENTHREAD_LOG_LEVEL int default 1 if OPENTHREAD_LOG_LEVEL_CRIT default 2 if OPENTHREAD_LOG_LEVEL_WARN default 3 if OPENTHREAD_LOG_LEVEL_NOTE default 4 if OPENTHREAD_LOG_LEVEL_INFO default 5 if OPENTHREAD_LOG_LEVEL_DEBG default 0 depends on NET_L2_OPENTHREAD && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*