:orphan: .. title:: choice THREAD_ANALYZER_LOG_LEVEL_CHOICE: Max compiled-in log level for thread analyzer .. _choice_509: .. describe:: choice THREAD_ANALYZER_LOG_LEVEL_CHOICE: Max compiled-in log level for thread analyzer *Max compiled-in log level for thread analyzer* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`THREAD_ANALYZER ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`THREAD_ANALYZER_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`THREAD_ANALYZER_LOG_LEVEL_OFF ` - \ :kconfig:`THREAD_ANALYZER_LOG_LEVEL_ERR ` - \ :kconfig:`THREAD_ANALYZER_LOG_LEVEL_WRN ` - \ :kconfig:`THREAD_ANALYZER_LOG_LEVEL_INF ` - \ :kconfig:`THREAD_ANALYZER_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:17`` → ``/debug/Kconfig:24`` Menu path: (Top) → Sub Systems and OS Services → System Monitoring Options → Enable Thread analyzer .. code-block:: kconfig choice THREAD_ANALYZER_LOG_LEVEL_CHOICE bool "Max compiled-in log level for thread analyzer" default THREAD_ANALYZER_LOG_LEVEL_INF depends on LOG && THREAD_ANALYZER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*