-
CONFIG_SYS_LOG_IMG_MANAGER_LEVEL
¶
Image manager Log level
Type: int
Help¶
Sets log level for the image manager. Levels are:
- 0 OFF: do not write
- 1 ERROR: only write SYS_LOG_ERR
- 2 WARNING: write SYS_LOG_WRN in addition to previous level
- 3 INFO: write SYS_LOG_INF in addition to previous levels
- 4 DEBUG: write SYS_LOG_DBG in addition to previous levels
Direct dependencies¶
SYS_LOG
&& MCUBOOT_IMG_MANAGER
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0 if
SYS_LOG
&&MCUBOOT_IMG_MANAGER
Kconfig definition¶
At subsys/dfu/Kconfig:41
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:28
Menu path: (top menu) → DFU options
config SYS_LOG_IMG_MANAGER_LEVEL int prompt "Image manager Log level" ifSYS_LOG
&&MCUBOOT_IMG_MANAGER
range 0 4 ifSYS_LOG
&&MCUBOOT_IMG_MANAGER
default 0 ifSYS_LOG
&&MCUBOOT_IMG_MANAGER
depends onSYS_LOG
&&MCUBOOT_IMG_MANAGER
help Sets log level for the image manager. Levels are: - 0 OFF: do not write - 1 ERROR: only write SYS_LOG_ERR - 2 WARNING: write SYS_LOG_WRN in addition to previous level - 3 INFO: write SYS_LOG_INF in addition to previous levels - 4 DEBUG: write SYS_LOG_DBG in addition to previous levels
(Definitions include propagated dependencies, including from if’s and menus.)