CONFIG_NET_LOG_GLOBAL:

By default, logging will apply only on enabled CONFIG_NET_DEBUG_* options, on which CONFIG_SYS_LOG_NET_LEVEL would be applied. However, if you want all the network stack logging enabled at once, use this option. Beware logging takes a lot of ROM/RAM and kills execution timing so it can affect your use case.

Symbol:

NET_LOG_GLOBAL

Type:

bool

Value:

“n”

User value:

(no user value)

Visibility:

“n”

Is choice item:

false

Is defined:

true

Is from env.:

false

Is special:

false

Prompts:
  • “Enable global network stack logging”
Default values:
  • n (value: “n”)
  • Condition: (none)
Selects:
Reverse (select-related) dependencies:
 

(no reverse dependencies)

Additional dependencies from enclosing menus and ifs:
 

NETWORKING && NETWORKING && !NET_L2_RAW_CHANNEL && NET_LOG (value: “n”)

Locations:
  • ../subsys/net/ip/Kconfig.debug:34