:orphan: .. title:: choice: Log level for offload layer .. _choice_566: .. describe:: choice: Log level for offload layer *Log level for offload layer* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NET_LOG ` && \ :kconfig:`NET_OFFLOAD ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`NET_OFFLOAD_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :kconfig:`NET_OFFLOAD_LOG_LEVEL_OFF ` - \ :kconfig:`NET_OFFLOAD_LOG_LEVEL_ERR ` - \ :kconfig:`NET_OFFLOAD_LOG_LEVEL_WRN ` - \ :kconfig:`NET_OFFLOAD_LOG_LEVEL_INF ` - \ :kconfig:`NET_OFFLOAD_LOG_LEVEL_DBG ` - \ :kconfig:`NET_OFFLOAD_LOG_LEVEL_DEFAULT ` Kconfig definition ================== At ``/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` → ``/net/ip/Kconfig:50`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Offload IP stack [EXPERIMENTAL] .. code-block:: kconfig choice bool "Log level for offload layer" default NET_OFFLOAD_LOG_LEVEL_DEFAULT depends on NET_LOG && NET_OFFLOAD && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*