The latest development version of this page may be more current than this released 1.14.1 version.
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.

Direct dependencies

!LOG_IMMEDIATE && LOG

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/logging/Kconfig:133

Included via Kconfig:10Kconfig.zephyr:39subsys/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.)