CONFIG_LOG_BACKEND_RB_SLOT_SIZE

Size of the message slot

Type: int

Help

Size of the message slot inside ring buffer. All log messages are split to similar sized logging slots.

Direct dependencies

LOG_BACKEND_RB && !LOG_MINIMAL && LOG

(Includes any dependencies from ifs and menus.)

Default

  • 64

Kconfig definition

At <Zephyr>/subsys/logging/Kconfig:549

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:28

Menu path: (Top) → Sub Systems and OS Services → Logging → Enable memory ring buffer backend

config LOG_BACKEND_RB_SLOT_SIZE
    int "Size of the message slot"
    default 64
    depends on LOG_BACKEND_RB && !LOG_MINIMAL && LOG
    help
      Size of the message slot inside ring buffer. All log messages
      are split to similar sized logging slots.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)