CONFIG_NET_STATISTICS_LOG_LEVEL_INF¶
Info
Type: bool
Help¶
Write to log with NET_INFO or LOG_INF in addition to previous levels.
Direct dependencies¶
<choice: Log level for network statistics>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At subsys/net/Kconfig.template.log_config.net:31
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:39
→ subsys/net/Kconfig:89
→ subsys/net/ip/Kconfig:855
→ subsys/net/ip/Kconfig.stats:17
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Network statistics → Log level for network statistics
config NET_STATISTICS_LOG_LEVEL_INF
bool "Info"
depends on <choice>
help
Write to log with NET_INFO or LOG_INF in addition to previous levels.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)