:orphan: .. title:: choice IMG_MANAGER_LOG_LEVEL_CHOICE: Max compiled-in log level for image manager .. _choice_633: .. describe:: choice IMG_MANAGER_LOG_LEVEL_CHOICE: Max compiled-in log level for image manager *Max compiled-in log level for image manager* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`IMG_MANAGER ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`IMG_MANAGER_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`IMG_MANAGER_LOG_LEVEL_OFF ` - \ :kconfig:`IMG_MANAGER_LOG_LEVEL_ERR ` - \ :kconfig:`IMG_MANAGER_LOG_LEVEL_WRN ` - \ :kconfig:`IMG_MANAGER_LOG_LEVEL_INF ` - \ :kconfig:`IMG_MANAGER_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:51`` → ``/dfu/Kconfig:86`` Menu path: (Top) → Sub Systems and OS Services → DFU image manager .. code-block:: kconfig choice IMG_MANAGER_LOG_LEVEL_CHOICE bool "Max compiled-in log level for image manager" default IMG_MANAGER_LOG_LEVEL_INF depends on LOG && IMG_MANAGER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*