:orphan: .. title:: choice: Log level for connection manager .. _choice_616: .. describe:: choice: Log level for connection manager *Log level for connection manager* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NET_LOG ` && \ :kconfig:`NET_CONNECTION_MANAGER ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`NET_CONNECTION_MANAGER_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :kconfig:`NET_CONNECTION_MANAGER_LOG_LEVEL_OFF ` - \ :kconfig:`NET_CONNECTION_MANAGER_LOG_LEVEL_ERR ` - \ :kconfig:`NET_CONNECTION_MANAGER_LOG_LEVEL_WRN ` - \ :kconfig:`NET_CONNECTION_MANAGER_LOG_LEVEL_INF ` - \ :kconfig:`NET_CONNECTION_MANAGER_LOG_LEVEL_DBG ` - \ :kconfig:`NET_CONNECTION_MANAGER_LOG_LEVEL_DEFAULT ` Kconfig definition ================== At ``/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:38`` → ``/net/lib/conn_mgr/Kconfig:22`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network additional services → Enable network connection manager [EXPERIMENTAL] .. code-block:: kconfig choice bool "Log level for connection manager" default NET_CONNECTION_MANAGER_LOG_LEVEL_DEFAULT depends on NET_LOG && NET_CONNECTION_MANAGER && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*