:orphan: .. title:: choice MCUMGR_LOG_LEVEL_CHOICE: Max compiled-in log level for mcumgr .. _choice_531: .. describe:: choice MCUMGR_LOG_LEVEL_CHOICE: Max compiled-in log level for mcumgr *Max compiled-in log level for mcumgr* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`MCUMGR_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`MCUMGR_LOG_LEVEL_OFF ` - \ :kconfig:`MCUMGR_LOG_LEVEL_ERR ` - \ :kconfig:`MCUMGR_LOG_LEVEL_WRN ` - \ :kconfig:`MCUMGR_LOG_LEVEL_INF ` - \ :kconfig:`MCUMGR_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:16`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support .. code-block:: kconfig choice MCUMGR_LOG_LEVEL_CHOICE bool "Max compiled-in log level for mcumgr" default MCUMGR_LOG_LEVEL_INF depends on LOG && MCUMGR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*