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.

Direct dependencies

LOG_PROCESS_THREAD && LOG

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

Defaults

Kconfig definition

At subsys/logging/Kconfig:237

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

Menu path: (top menu) → Logging Options

config LOG_PROCESS_THREAD_PRIO
    int
    prompt "Priority of the log internal thread" if LOG_PROCESS_THREAD && LOG
    default -2 if LOG_PROCESS_THREAD && LOG
    depends on LOG_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.)