:orphan: .. title:: CONFIG_IMG_MGMT_VERBOSE_ERR .. kconfig:: CONFIG_IMG_MGMT_VERBOSE_ERR CONFIG_IMG_MGMT_VERBOSE_ERR ########################### *Verbose logging when uploading a new image* Type: ``bool`` Help ==== .. code-block:: none Enable verbose logging during a firmware upgrade. Direct dependencies =================== \ :kconfig:`MCUMGR_CMD_IMG_MGMT ` && \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:160`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Command Handlers → Enable mcumgr handlers for image management .. code-block:: kconfig config IMG_MGMT_VERBOSE_ERR bool "Verbose logging when uploading a new image" depends on MCUMGR_CMD_IMG_MGMT && MCUMGR help Enable verbose logging during a firmware upgrade. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*