The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_IMG_MANAGER_LOG_LEVEL

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

LOG && IMG_MANAGER

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/logging/Kconfig.template.log_config:25

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:30subsys/dfu/Kconfig:46

Menu path: (top menu) → DFU options

config IMG_MANAGER_LOG_LEVEL
    int
    default 0 if IMG_MANAGER_LOG_LEVEL_OFF && LOG && IMG_MANAGER
    default 1 if IMG_MANAGER_LOG_LEVEL_ERR && LOG && IMG_MANAGER
    default 2 if IMG_MANAGER_LOG_LEVEL_WRN && LOG && IMG_MANAGER
    default 3 if IMG_MANAGER_LOG_LEVEL_INF && LOG && IMG_MANAGER
    default 4 if IMG_MANAGER_LOG_LEVEL_DBG && LOG && IMG_MANAGER
    depends on LOG && IMG_MANAGER

(Definitions include propagated dependencies, including from if’s and menus.)