-
CONFIG_SYS_LOG_FS_LEVEL
¶
File System log level
Type: int
Help¶
Sets log level for File System drivers. 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/Kconfig:18
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:16
Menu path: (top menu) → File Systems
config SYS_LOG_FS_LEVEL int prompt "File System log level" ifSYS_LOG
default 0 ifSYS_LOG
depends onSYS_LOG
help Sets log level for File System drivers. 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.)