The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_LOG_BACKEND_FS

Enable LittleFS backend

Type: bool

Help

When enabled backend is using LittleFS to output logs.

Direct dependencies

FILE_SYSTEM && !LOG_FRONTEND && !LOG_MINIMAL && LOG

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/logging/Kconfig.backends:304

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:31subsys/logging/Kconfig:23

Menu path: (Top) → Sub Systems and OS Services → Logging → Backends

config LOG_BACKEND_FS
    bool "Enable LittleFS backend"
    depends on FILE_SYSTEM && !LOG_FRONTEND && !LOG_MINIMAL && LOG
    help
      When enabled backend is using LittleFS to output logs.

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