CONFIG_NET_DEBUG_SOCKETS

Debug BSD Sockets compatible API calls

Type: bool

Help

Enables logging for sockets code. (Logging level is defined by SYS_LOG_NET_LEVEL setting).

Direct dependencies

NET_SOCKETS && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/net/lib/sockets/Kconfig:85

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:93subsys/net/lib/Kconfig:31

Menu path: (top menu) → Networking → Network Libraries → BSD Sockets compatible API

config NET_DEBUG_SOCKETS
    bool
    prompt "Debug BSD Sockets compatible API calls" if NET_SOCKETS && NETWORKING
    default "y" if NET_LOG_GLOBAL && NET_SOCKETS && NETWORKING
    depends on NET_SOCKETS && NETWORKING
    help
      Enables logging for sockets code. (Logging level is defined by
      SYS_LOG_NET_LEVEL setting).

(Definitions include propagated dependencies, including from if’s and menus.)