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

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

Defaults

Kconfig definition

At subsys/logging/Kconfig:209

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:18

Menu path: (top menu) → Logging Options

config LOG_PROCESS_TRIGGER_THRESHOLD
    int
    prompt "Amount of buffered logs which triggers processing thread." if LOG
    default 10 if LOG
    depends on 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.)