:orphan: .. title:: choice: Max compiled-in log level for settings .. _choice_464: .. describe:: choice: Max compiled-in log level for settings *Max compiled-in log level for settings* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`SETTINGS ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`SETTINGS_LOG_LEVEL_INF ` Choice options ============== - \ :option:`SETTINGS_LOG_LEVEL_OFF ` - \ :option:`SETTINGS_LOG_LEVEL_ERR ` - \ :option:`SETTINGS_LOG_LEVEL_WRN ` - \ :option:`SETTINGS_LOG_LEVEL_INF ` - \ :option:`SETTINGS_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:53`` → ``subsys/settings/Kconfig:15`` Menu path: (Top) → Sub Systems and OS Services → Settings .. parsed-literal:: choice bool "Max compiled-in log level for settings" default \ :option:`SETTINGS_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`SETTINGS ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*