zephyr/subsys/logging/backends
Niklas Fabian 72f90ee063 logging: fs backend: optional append to latest file
Make appending to the newest log file in the fs logging backend optional.
By default, if there is still free space in the latest log file,
the fs logging backend appends to it on startup. This is useful for saving
space and avoiding the removal of older log files, if the maximum number
of log files has been reached. The drawback of this behavior is,
that log files that got appended can not be decoded, if the firmware
has changed between startups, for instance by an update,
since the log_dictionary.json used for decoding has also changed.
Therefore, it may be desirable to deactivate appending to log files.

Signed-off-by: Niklas Fabian <niklas.fabian@lemonbeat.com>
2024-08-12 12:44:11 +02:00
..
CMakeLists.txt
Kconfig
Kconfig.adsp logging: allow OOT backend to enable LOG_BACKEND_FORMAT_TIMESTAMP 2024-06-12 12:49:32 -04:00
Kconfig.adsp_mtrace logging: allow OOT backend to enable LOG_BACKEND_FORMAT_TIMESTAMP 2024-06-12 12:49:32 -04:00
Kconfig.ble
Kconfig.efi_console
Kconfig.fs logging: fs backend: optional append to latest file 2024-08-12 12:44:11 +02:00
Kconfig.multidomain
Kconfig.native_posix logging: allow OOT backend to enable LOG_BACKEND_FORMAT_TIMESTAMP 2024-06-12 12:49:32 -04:00
Kconfig.net log: net: Add structured logging support to syslog 2024-03-12 09:44:11 +00:00
Kconfig.rtt logging: allow OOT backend to enable LOG_BACKEND_FORMAT_TIMESTAMP 2024-06-12 12:49:32 -04:00
Kconfig.spinel
Kconfig.swo logging: backend: swo: add Kconfig option for SWO protocol 2024-07-29 14:17:33 +02:00
Kconfig.uart logging: allow OOT backend to enable LOG_BACKEND_FORMAT_TIMESTAMP 2024-06-12 12:49:32 -04:00
Kconfig.xtensa_sim logging: allow OOT backend to enable LOG_BACKEND_FORMAT_TIMESTAMP 2024-06-12 12:49:32 -04:00
log_backend_adsp_mtrace.c
log_backend_adsp.c
log_backend_ble.c logging: Optimize ble notification size 2024-08-09 09:54:14 +02:00
log_backend_efi_console.c
log_backend_fs.c logging: fs backend: optional append to latest file 2024-08-12 12:44:11 +02:00
log_backend_ipc_service.c
log_backend_native_posix.c
log_backend_net.c logging: Fix network backend compilation 2024-05-20 14:25:44 +03:00
log_backend_rtt.c
log_backend_spinel.c
log_backend_swo.c logging: backend: swo: add Kconfig option for SWO protocol 2024-07-29 14:17:33 +02:00
log_backend_uart.c logging: backend: uart: fix coverity warning 2024-05-23 08:22:32 -04:00
log_backend_xtensa_sim.c
log_multidomain_backend.c logging: backends: multidomain: Fix compilation warning 2024-03-15 11:36:08 +00:00