:orphan: .. title:: choice: Log level for network context allocation .. _choice_448: .. describe:: choice: Log level for network context allocation *Log level for network context allocation* Type: ``bool`` Direct dependencies =================== \ :option:`NET_LOG ` && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`NET_CONTEXT_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :option:`NET_CONTEXT_LOG_LEVEL_OFF ` - \ :option:`NET_CONTEXT_LOG_LEVEL_ERR ` - \ :option:`NET_CONTEXT_LOG_LEVEL_WRN ` - \ :option:`NET_CONTEXT_LOG_LEVEL_INF ` - \ :option:`NET_CONTEXT_LOG_LEVEL_DBG ` - \ :option:`NET_CONTEXT_LOG_LEVEL_DEFAULT ` Kconfig definition ================== At ``/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` → ``/net/ip/Kconfig:851`` → ``/net/ip/Kconfig.debug:76`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. code-block:: kconfig choice bool "Log level for network context allocation" default NET_CONTEXT_LOG_LEVEL_DEFAULT depends on NET_LOG && !NET_RAW_MODE && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*