:orphan: .. title:: CAN_NET_LOG_LEVEL_OFF .. option:: CONFIG_CAN_NET_LOG_LEVEL_OFF *Off* Type: ``bool`` Help ==== .. code-block:: none Do not write to log. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/net/Kconfig.template.log_config.net:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:80`` → ``/can/Kconfig:90`` → ``/can/Kconfig.net:17`` Menu path: (Top) → Device Drivers → CAN Drivers → Enable 6loCAN network interface [EXPERIMENTAL] → Log level for Network CAN .. code-block:: kconfig config CAN_NET_LOG_LEVEL_OFF bool "Off" depends on help Do not write to log. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*