:orphan: .. title:: choice: Max compiled-in log level for arch .. _choice_137: .. describe:: choice: Max compiled-in log level for arch *Max compiled-in log level for arch* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`ARCH_LOG_LEVEL_INF ` Choice options ============== - \ :option:`ARCH_LOG_LEVEL_OFF ` - \ :option:`ARCH_LOG_LEVEL_ERR ` - \ :option:`ARCH_LOG_LEVEL_WRN ` - \ :option:`ARCH_LOG_LEVEL_INF ` - \ :option:`ARCH_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:119`` Menu path: (Top) → General Architecture Options .. parsed-literal:: choice bool "Max compiled-in log level for arch" default \ :option:`ARCH_LOG_LEVEL_INF ` depends on \ :option:`LOG ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*