CONFIG_MBEDTLS_DEBUG_LEVEL

mbed TLS default debug level

Type: int

Help

Default mbed TLS debug logging level for Zephyr integration code (from ext/lib/crypto/mbedtls/include/mbedtls/debug.h): 0 No debug 1 Error 2 State change 3 Information 4 Verbose

Direct dependencies

MBEDTLS_DEBUG && MBEDTLS

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

Defaults

Kconfig definition

At ext/lib/crypto/mbedtls/Kconfig:88

Included via Kconfig:10Kconfig.zephyr:37ext/Kconfig:13ext/lib/crypto/Kconfig:10

Menu path: (top menu) → External Sources → Cryptography → mbedTLS Support

config MBEDTLS_DEBUG_LEVEL
    int
    prompt "mbed TLS default debug level" if MBEDTLS_DEBUG && MBEDTLS
    range 0 4 if MBEDTLS_DEBUG && MBEDTLS
    default 0 if MBEDTLS_DEBUG && MBEDTLS
    depends on MBEDTLS_DEBUG && MBEDTLS
    help
      Default mbed TLS debug logging level for Zephyr integration code
      (from ext/lib/crypto/mbedtls/include/mbedtls/debug.h):
      0 No debug
      1 Error
      2 State change
      3 Information
      4 Verbose

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