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

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

Kconfig definition

At subsys/logging/Kconfig:161

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:20

Menu path: (top menu) → Logging

config LOG_PROCESS_THREAD_STACK_SIZE
    int
    prompt "Stack size for the internal log processing thread" if LOG_PROCESS_THREAD && !LOG_IMMEDIATE && LOG
    default 2048 if COVERAGE_GCOV && LOG_PROCESS_THREAD && !LOG_IMMEDIATE && LOG
    default 1024 if NO_OPTIMIZATIONS && LOG_PROCESS_THREAD && !LOG_IMMEDIATE && LOG
    default 1024 if XTENSA && LOG_PROCESS_THREAD && !LOG_IMMEDIATE && LOG
    default 768 if LOG_PROCESS_THREAD && !LOG_IMMEDIATE && LOG
    depends on LOG_PROCESS_THREAD && !LOG_IMMEDIATE && LOG
    help
      Set the internal stack size for log processing thread.

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