:orphan: .. title:: choice MGMT_SETTINGS_LOG_LEVEL_CHOICE: Max compiled-in log level for SETTINGS .. _choice_533: .. describe:: choice MGMT_SETTINGS_LOG_LEVEL_CHOICE: Max compiled-in log level for SETTINGS *Max compiled-in log level for SETTINGS* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`MCUMGR_GRP_ZEPHYR_BASIC ` && \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`MGMT_SETTINGS_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`MGMT_SETTINGS_LOG_LEVEL_OFF ` - \ :kconfig:`MGMT_SETTINGS_LOG_LEVEL_ERR ` - \ :kconfig:`MGMT_SETTINGS_LOG_LEVEL_WRN ` - \ :kconfig:`MGMT_SETTINGS_LOG_LEVEL_INF ` - \ :kconfig:`MGMT_SETTINGS_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` → ``/mgmt/mcumgr/Kconfig:252`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Command Handlers → Enable Zephyr specific basic group of commands .. code-block:: kconfig choice MGMT_SETTINGS_LOG_LEVEL_CHOICE bool "Max compiled-in log level for SETTINGS" default MGMT_SETTINGS_LOG_LEVEL_INF depends on LOG && MCUMGR_GRP_ZEPHYR_BASIC && MCUMGR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*