-
CONFIG_LOG_PROCESS_THREAD_PRIO
¶
Priority of the log internal thread
Type: int
Help¶
Change with care since log processing can be time consuming thus it should be on low priority.
Defaults¶
- -2 if
LOG_PROCESS_THREAD
&&LOG
Kconfig definition¶
At subsys/logging/Kconfig:237
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:18
Menu path: (top menu) → Logging Options
config LOG_PROCESS_THREAD_PRIO int prompt "Priority of the log internal thread" ifLOG_PROCESS_THREAD
&&LOG
default -2 ifLOG_PROCESS_THREAD
&&LOG
depends onLOG_PROCESS_THREAD
&&LOG
help Change with care since log processing can be time consuming thus it should be on low priority.
(Definitions include propagated dependencies, including from if’s and menus.)