-
CONFIG_LOG_PROCESS_THREAD
¶
Enable internal thread for log processing
Type: bool
Help¶
When enabled thread is created by the logger subsystem. Thread is waken up periodically (see LOG_PROCESS_THREAD_SLEEP_MS) and whenever number of buffered messages exceeds the threshold (see LOG_PROCESS_TRIGGER_THR).
Defaults¶
- “y” if
MULTITHREADING
&&LOG
Kconfig definition¶
At subsys/logging/Kconfig:218
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:18
Menu path: (top menu) → Logging Options
config LOG_PROCESS_THREAD bool prompt "Enable internal thread for log processing" ifMULTITHREADING
&&LOG
default "y" ifMULTITHREADING
&&LOG
depends onMULTITHREADING
&&LOG
help When enabled thread is created by the logger subsystem. Thread is waken up periodically (see LOG_PROCESS_THREAD_SLEEP_MS) and whenever number of buffered messages exceeds the threshold (see LOG_PROCESS_TRIGGER_THR).
(Definitions include propagated dependencies, including from if’s and menus.)