:orphan: .. title:: choice: Log level for route management .. _choice_450: .. describe:: choice: Log level for route management *Log level for route management* Type: ``bool`` Direct dependencies =================== \ :option:`NET_LOG ` && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`NET_ROUTE_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :option:`NET_ROUTE_LOG_LEVEL_OFF ` - \ :option:`NET_ROUTE_LOG_LEVEL_ERR ` - \ :option:`NET_ROUTE_LOG_LEVEL_WRN ` - \ :option:`NET_ROUTE_LOG_LEVEL_INF ` - \ :option:`NET_ROUTE_LOG_LEVEL_DBG ` - \ :option:`NET_ROUTE_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:88`` 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 route management" default NET_ROUTE_LOG_LEVEL_DEFAULT depends on NET_LOG && !NET_RAW_MODE && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*