The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SOCKS_LOG_LEVEL

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

SOCKS && NETWORKING

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

Kconfig definition

At subsys/net/Kconfig.template.log_config.net:50

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:84subsys/net/lib/Kconfig:19subsys/net/lib/socks/Kconfig:20

Menu path: (top menu) → Networking → Network Protocols → SOCKS5 proxy

config SOCKS_LOG_LEVEL
    int
    default 0 if (SOCKS_LOG_LEVEL_OFF || !NET_LOG) && SOCKS && NETWORKING
    default 1 if SOCKS_LOG_LEVEL_ERR && SOCKS && NETWORKING
    default 2 if SOCKS_LOG_LEVEL_WRN && SOCKS && NETWORKING
    default 3 if SOCKS_LOG_LEVEL_INF && SOCKS && NETWORKING
    default 4 if SOCKS_LOG_LEVEL_DBG && SOCKS && NETWORKING
    default LOG_DEFAULT_LEVEL if SOCKS_LOG_LEVEL_DEFAULT && SOCKS && NETWORKING
    depends on SOCKS && NETWORKING

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