:orphan: .. title:: choice: Max compiled-in log level for kernel .. _choice_139: .. describe:: choice: Max compiled-in log level for kernel *Max compiled-in log level for kernel* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`KERNEL_LOG_LEVEL_INF ` Choice options ============== - \ :option:`KERNEL_LOG_LEVEL_OFF ` - \ :option:`KERNEL_LOG_LEVEL_ERR ` - \ :option:`KERNEL_LOG_LEVEL_WRN ` - \ :option:`KERNEL_LOG_LEVEL_INF ` - \ :option:`KERNEL_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` → ``kernel/Kconfig:10`` Menu path: (Top) → General Kernel Options .. parsed-literal:: choice bool "Max compiled-in log level for kernel" default \ :option:`KERNEL_LOG_LEVEL_INF ` depends on \ :option:`LOG ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*