-
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.
Kconfig definition¶
At subsys/logging/Kconfig:209
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:18
Menu path: (top menu) → Logging Options
config LOG_PROCESS_TRIGGER_THRESHOLD int prompt "Amount of buffered logs which triggers processing thread." ifLOG
default 10 ifLOG
depends onLOG
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.)