CONFIG_LOG_PROCESS_THREAD_STACK_SIZE

Stack size for the internal log processing thread

Type: int

Help

Set the internal stack size for log processing thread.

Direct dependencies

LOG_PROCESS_THREAD && LOG

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

Defaults

Kconfig definition

At subsys/logging/Kconfig:244

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

Menu path: (top menu) → Logging Options

config LOG_PROCESS_THREAD_STACK_SIZE
    int
    prompt "Stack size for the internal log processing thread" if LOG_PROCESS_THREAD && LOG
    default 768 if LOG_PROCESS_THREAD && LOG
    depends on LOG_PROCESS_THREAD && LOG
    help
      Set the internal stack size for log processing thread.

(Definitions include propagated dependencies, including from if’s and menus.)