The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_FLASH_LOG_LEVEL

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

LOG && FLASH

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

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:60drivers/flash/Kconfig:32

Menu path: (top menu) → Device Drivers → Flash hardware support

config FLASH_LOG_LEVEL
    int
    default 0 if FLASH_LOG_LEVEL_OFF && LOG && FLASH
    default 1 if FLASH_LOG_LEVEL_ERR && LOG && FLASH
    default 2 if FLASH_LOG_LEVEL_WRN && LOG && FLASH
    default 3 if FLASH_LOG_LEVEL_INF && LOG && FLASH
    default 4 if FLASH_LOG_LEVEL_DBG && LOG && FLASH
    depends on LOG && FLASH

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