:orphan: .. title:: choice: Max compiled-in log level for mcumgr .. _choice_376: .. describe:: choice: Max compiled-in log level for mcumgr *Max compiled-in log level for mcumgr* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`MCUMGR_LOG_LEVEL_INF ` Choice options ============== - \ :option:`MCUMGR_LOG_LEVEL_OFF ` - \ :option:`MCUMGR_LOG_LEVEL_ERR ` - \ :option:`MCUMGR_LOG_LEVEL_WRN ` - \ :option:`MCUMGR_LOG_LEVEL_INF ` - \ :option:`MCUMGR_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:9`` → ``subsys/mgmt/mcumgr/Kconfig:16`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support .. parsed-literal:: choice bool "Max compiled-in log level for mcumgr" default \ :option:`MCUMGR_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`MCUMGR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*