debug: thread_analyzer: use printk by default

When enabling thread analyzer, use printk by default. Otherwise logging
subsystem is enabled which might not be desired.

Fixes #59919

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-07-17 20:04:02 +00:00 committed by Fabio Baltieri
parent f6f3eed7a0
commit b7ec7ec638

View File

@ -26,6 +26,7 @@ source "subsys/logging/Kconfig.template.log_config"
choice
prompt "Thread analysis print mode"
default THREAD_ANALYZER_USE_PRINTK
config THREAD_ANALYZER_USE_LOG
bool "Use logger output"