: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 ================== .. highlight:: kconfig At ``subsys/net/l2/openthread/Kconfig:85`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:85`` → ``subsys/net/l2/Kconfig:75`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → OpenThread L2 → Logging .. parsed-literal:: config OPENTHREAD_LOG_LEVEL int default 1 if \ :option:`OPENTHREAD_LOG_LEVEL_CRIT ` default 2 if \ :option:`OPENTHREAD_LOG_LEVEL_WARN ` default 3 if \ :option:`OPENTHREAD_LOG_LEVEL_NOTE ` default 4 if \ :option:`OPENTHREAD_LOG_LEVEL_INFO ` default 5 if \ :option:`OPENTHREAD_LOG_LEVEL_DEBG ` default 0 depends on \ :option:`NET_L2_OPENTHREAD ` && \ :option:`NETWORKING ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*