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

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

MQTT_LIB && 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:13subsys/net/lib/mqtt/Kconfig:21

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

config MQTT_LOG_LEVEL
    int
    default 0 if (MQTT_LOG_LEVEL_OFF || !NET_LOG) && MQTT_LIB && NETWORKING
    default 1 if MQTT_LOG_LEVEL_ERR && MQTT_LIB && NETWORKING
    default 2 if MQTT_LOG_LEVEL_WRN && MQTT_LIB && NETWORKING
    default 3 if MQTT_LOG_LEVEL_INF && MQTT_LIB && NETWORKING
    default 4 if MQTT_LOG_LEVEL_DBG && MQTT_LIB && NETWORKING
    default LOG_DEFAULT_LEVEL if MQTT_LOG_LEVEL_DEFAULT && MQTT_LIB && NETWORKING
    depends on MQTT_LIB && NETWORKING

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