CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS¶
Set log processing thread startup delay
Type: int
Help¶
Log processing thread starts after requested delay given in
milliseconds. When started, thread process any buffered messages.
Direct dependencies¶
LOG_PROCESS_THREAD
&& !LOG_IMMEDIATE
&& !LOG_MINIMAL
&& !LOG_FRONTEND
&& !LOG_MINIMAL
&& LOG
(Includes any dependencies from ifs and menus.)
Default¶
0
Kconfig definition¶
At <Zephyr>/subsys/logging/Kconfig.processing:70
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/subsys/Kconfig:31
→ <Zephyr>/subsys/logging/Kconfig:21
Menu path: (Top) → Sub Systems and OS Services → Logging → Processing → Use internal thread for log processing
config LOG_PROCESS_THREAD_STARTUP_DELAY_MS
int "Set log processing thread startup delay"
default 0
depends on LOG_PROCESS_THREAD && !LOG_IMMEDIATE && !LOG_MINIMAL && !LOG_FRONTEND && !LOG_MINIMAL && LOG
help
Log processing thread starts after requested delay given in
milliseconds. When started, thread process any buffered messages.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)