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
Default¶
0
Kconfig definition¶
At modules/mbedtls/Kconfig:93
Included via Kconfig:8
→ Kconfig.zephyr:33
→ modules/Kconfig:80
Menu path: (Top) → Modules → mbed TLS Support → mbed TLS debug activation
config MBEDTLS_DEBUG_LEVEL
int "mbed TLS default debug level"
range 0 4
default 0
depends on MBEDTLS_DEBUG && MBEDTLS && 0
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.)