:orphan: .. title:: MBEDTLS_DEBUG_LEVEL .. option:: 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 =================== \ :option:`MBEDTLS_DEBUG ` && \ :option:`MBEDTLS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.mbedtls:75`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:21`` Menu path: (Top) → Modules → mbedTLS Support → mbed TLS debug activation .. parsed-literal:: config MBEDTLS_DEBUG_LEVEL int "mbed TLS default debug level" range 0 4 default 0 depends on \ :option:`MBEDTLS_DEBUG ` && \ :option:`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 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*