:orphan: .. title:: ETHERNET_LOG_LEVEL_OFF .. option:: CONFIG_ETHERNET_LOG_LEVEL_OFF *Off* Type: ``bool`` Help ==== Do not write to log. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from if's and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/Kconfig.template.log_config.net:18`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:18`` → ``drivers/ethernet/Kconfig:16`` Menu path: (top menu) → Device Drivers → Ethernet Drivers → Log level for Ethernet driver .. parsed-literal:: config ETHERNET_LOG_LEVEL_OFF bool prompt "Off" if \ :ref:` ` depends on \ :ref:` ` help Do not write to log. *(Definitions include propagated dependencies, including from if's and menus.)*