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