:orphan: .. title:: NET_ARP_LOG_LEVEL_INF .. option:: CONFIG_NET_ARP_LOG_LEVEL_INF *Info* Type: ``bool`` Help ==== Write to log with NET_INFO or LOG_INF in addition to previous levels. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from if's and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/Kconfig.template.log_config.net:33`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:39`` → ``subsys/Kconfig:24`` → ``subsys/net/Kconfig:80`` → ``subsys/net/l2/Kconfig:72`` → ``subsys/net/l2/ethernet/Kconfig:76`` Menu path: (top menu) → Networking → Link layer and IP networking support → Link layer options → Enable Ethernet support → Enable ARP → Log level for IPv4 ARP .. parsed-literal:: config NET_ARP_LOG_LEVEL_INF bool prompt "Info" if \ :ref:` ` depends on \ :ref:` ` help Write to log with NET_INFO or LOG_INF in addition to previous levels. *(Definitions include propagated dependencies, including from if's and menus.)*