CONFIG_LOG_BACKEND_FS_FILE_SIZE¶
User defined log file size
Type: int
Help¶
Max log file size (in bytes).
Direct dependencies¶
LOG_BACKEND_FS && !LOG_FRONTEND && !LOG_MINIMAL && LOG
(Includes any dependencies from ifs and menus.)
Default¶
- 4096 
Kconfig definition¶
At <Zephyr Subsystem>/logging/Kconfig.backends:356
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:31 → <Zephyr Subsystem>/logging/Kconfig:23
Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable file system backend
config LOG_BACKEND_FS_FILE_SIZE
    int "User defined log file size"
    range 128 1073741824
    default 4096
    depends on LOG_BACKEND_FS && !LOG_FRONTEND && !LOG_MINIMAL && LOG
    help
      Max log file size (in bytes).
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)