:orphan: .. title:: choice: Log level for network management event core .. _choice_584: .. describe:: choice: Log level for network management event core *Log level for network management event core* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NET_LOG ` && \ :kconfig:`NET_MGMT_EVENT ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`NET_MGMT_EVENT_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :kconfig:`NET_MGMT_EVENT_LOG_LEVEL_OFF ` - \ :kconfig:`NET_MGMT_EVENT_LOG_LEVEL_ERR ` - \ :kconfig:`NET_MGMT_EVENT_LOG_LEVEL_WRN ` - \ :kconfig:`NET_MGMT_EVENT_LOG_LEVEL_INF ` - \ :kconfig:`NET_MGMT_EVENT_LOG_LEVEL_DBG ` - \ :kconfig:`NET_MGMT_EVENT_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:853`` → ``/net/ip/Kconfig.mgmt:70`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Network Management API → Add support for runtime network event notifications .. code-block:: kconfig choice bool "Log level for network management event core" default NET_MGMT_EVENT_LOG_LEVEL_DEFAULT depends on NET_LOG && NET_MGMT_EVENT && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*