-
CONFIG_LOG_PROCESS_TRIGGER_THRESHOLD
¶
Amount of buffered logs which triggers processing thread.
Type: int
Help¶
When number of buffered messages reaches the threshold thread is waken up. Log processing thread ID is provided during log initialization. Set 0 to disable the feature. If LOG_PROCESS_THREAD is enabled then this threshold is used by the internal thread.
Defaults¶
- 10 if !
LOG_IMMEDIATE
&&LOG
Kconfig definition¶
At subsys/logging/Kconfig:132
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:20
Menu path: (top menu) → Logging
config LOG_PROCESS_TRIGGER_THRESHOLD int prompt "Amount of buffered logs which triggers processing thread." if !LOG_IMMEDIATE
&&LOG
default 10 if !LOG_IMMEDIATE
&&LOG
depends on !LOG_IMMEDIATE
&&LOG
help When number of buffered messages reaches the threshold thread is waken up. Log processing thread ID is provided during log initialization. Set 0 to disable the feature. If LOG_PROCESS_THREAD is enabled then this threshold is used by the internal thread.
(Definitions include propagated dependencies, including from if’s and menus.)