:orphan: .. title:: choice: Log level for Network CAN .. _choice_447: .. describe:: choice: Log level for Network CAN *Log level for Network CAN* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NET_LOG ` && \ :kconfig:`CAN_NET ` && \ :kconfig:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`CAN_NET_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :kconfig:`CAN_NET_LOG_LEVEL_OFF ` - \ :kconfig:`CAN_NET_LOG_LEVEL_ERR ` - \ :kconfig:`CAN_NET_LOG_LEVEL_WRN ` - \ :kconfig:`CAN_NET_LOG_LEVEL_INF ` - \ :kconfig:`CAN_NET_LOG_LEVEL_DBG ` - \ :kconfig:`CAN_NET_LOG_LEVEL_DEFAULT ` Kconfig definition ================== At ``/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:82`` → ``/can/Kconfig:96`` → ``/can/Kconfig.net:17`` Menu path: (Top) → Device Drivers → CAN Drivers → Enable 6loCAN network interface [EXPERIMENTAL] .. code-block:: kconfig choice bool "Log level for Network CAN" default CAN_NET_LOG_LEVEL_DEFAULT depends on NET_LOG && CAN_NET && CAN *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*