-
CONFIG_NVS_LOG_LEVEL
¶
Non-volatile Storage Logging level
Type: int
Help¶
Sets log level for Non-volatile Storage. 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
Kconfig definition¶
At subsys/fs/nvs/Kconfig:33
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:16
→ subsys/fs/Kconfig:118
Menu path: (top menu) → File Systems
config NVS_LOG_LEVEL int prompt "Non-volatile Storage Logging level" ifSYS_LOG
&&NVS_LOG
&&NVS
range 0 4 ifSYS_LOG
&&NVS_LOG
&&NVS
default 1 ifSYS_LOG
&&NVS_LOG
&&NVS
depends onSYS_LOG
&&NVS_LOG
&&NVS
help Sets log level for Non-volatile Storage. 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.)