:orphan: .. title:: choice MCUBOOT_UTIL_LOG_LEVEL_CHOICE: Max compiled-in log level for MCUboot bootutil .. _choice_31: .. describe:: choice MCUBOOT_UTIL_LOG_LEVEL_CHOICE: Max compiled-in log level for MCUboot bootutil *Max compiled-in log level for MCUboot bootutil* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`MCUBOOT_BOOTUTIL_LIB_OWN_LOG ` && \ :kconfig:`MCUBOOT_BOOTUTIL_LIB ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`MCUBOOT_UTIL_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`MCUBOOT_UTIL_LOG_LEVEL_OFF ` - \ :kconfig:`MCUBOOT_UTIL_LOG_LEVEL_ERR ` - \ :kconfig:`MCUBOOT_UTIL_LOG_LEVEL_WRN ` - \ :kconfig:`MCUBOOT_UTIL_LOG_LEVEL_INF ` - \ :kconfig:`MCUBOOT_UTIL_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:34`` → ``/Kconfig.mcuboot_bootutil:21`` Menu path: (Top) → Modules → MCUboot utility library .. code-block:: kconfig choice MCUBOOT_UTIL_LOG_LEVEL_CHOICE bool "Max compiled-in log level for MCUboot bootutil" default MCUBOOT_UTIL_LOG_LEVEL_INF depends on LOG && MCUBOOT_BOOTUTIL_LIB_OWN_LOG && MCUBOOT_BOOTUTIL_LIB *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*