CONFIG_LOG_PRINTK_MAX_STRING_LENGTH

Maximum string length supported by LOG_PRINTK

Type: int

Help

Array is allocated on the stack.

Direct dependencies

LOG_PRINTK && LOG

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

Defaults

Kconfig definition

At subsys/logging/Kconfig:191

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

Menu path: (top menu) → Logging Options

config LOG_PRINTK_MAX_STRING_LENGTH
    int
    prompt "Maximum string length supported by LOG_PRINTK" if LOG_PRINTK && LOG
    default 128 if LOG_PRINTK && LOG
    depends on LOG_PRINTK && LOG
    help
      Array is allocated on the stack.

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