-
CONFIG_LOG_PROCESS_THREAD_STACK_SIZE
¶
Stack size for the internal log processing thread
Type: int
Help¶
Set the internal stack size for log processing thread.
Defaults¶
- 768 if
LOG_PROCESS_THREAD
&&LOG
Kconfig definition¶
At subsys/logging/Kconfig:244
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:18
Menu path: (top menu) → Logging Options
config LOG_PROCESS_THREAD_STACK_SIZE int prompt "Stack size for the internal log processing thread" ifLOG_PROCESS_THREAD
&&LOG
default 768 ifLOG_PROCESS_THREAD
&&LOG
depends onLOG_PROCESS_THREAD
&&LOG
help Set the internal stack size for log processing thread.
(Definitions include propagated dependencies, including from if’s and menus.)