:orphan: .. title:: choice STREAM_FLASH_LOG_LEVEL_CHOICE: Max compiled-in log level for stream flash .. _choice_634: .. describe:: choice STREAM_FLASH_LOG_LEVEL_CHOICE: Max compiled-in log level for stream flash *Max compiled-in log level for stream flash* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`STREAM_FLASH ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`STREAM_FLASH_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`STREAM_FLASH_LOG_LEVEL_OFF ` - \ :kconfig:`STREAM_FLASH_LOG_LEVEL_ERR ` - \ :kconfig:`STREAM_FLASH_LOG_LEVEL_WRN ` - \ :kconfig:`STREAM_FLASH_LOG_LEVEL_INF ` - \ :kconfig:`STREAM_FLASH_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:55`` → ``/storage/Kconfig:9`` → ``/storage/stream/Kconfig:31`` Menu path: (Top) → Sub Systems and OS Services → Storage → Stream to flash .. code-block:: kconfig choice STREAM_FLASH_LOG_LEVEL_CHOICE bool "Max compiled-in log level for stream flash" default STREAM_FLASH_LOG_LEVEL_INF depends on LOG && STREAM_FLASH *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*