The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_NVS_LOG_LEVEL

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

LOG && NVS

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

Defaults

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:18subsys/fs/Kconfig:109subsys/fs/nvs/Kconfig:19

Menu path: (top menu) → File Systems

config NVS_LOG_LEVEL
    int
    default 0 if NVS_LOG_LEVEL_OFF && LOG && NVS
    default 1 if NVS_LOG_LEVEL_ERR && LOG && NVS
    default 2 if NVS_LOG_LEVEL_WRN && LOG && NVS
    default 3 if NVS_LOG_LEVEL_INF && LOG && NVS
    default 4 if NVS_LOG_LEVEL_DBG && LOG && NVS
    depends on LOG && NVS

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