COVESA / COVESA/dlt-daemon

On Linux,turned on compression function,when the first file reaches the storage limit, the size of the second file is always 0, and storage can not continues.

Open
#644 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
459
Forks
340
Avg merge
4d 21h
Merged PRs (30d)
2

Description

I find a same issue with #540,Reply has been resolved at #571.
Checkout code has been updated but I still have this problem.

log_002_20240625-165658.dlt.gz :The size of this file is always 0
![image](https://github.com/COVESA/dlt-daemon/assets/173775795/8911e802-d19b-4c69-a2e8-d47e878f4eeb)

dlt.conf : Modify only this item
OfflineLogstorageMaxDevices = 1

dlt_logstorage.conf:
[FILTER1]
LogAppName=.*
ContextName=.*
LogLevel=DLT_LOG_VERBOSE
File=text
FileSize=10000
NOFiles=10
EcuID=ECU1

[FILTER2]
LogAppName=.*
ContextName=.*
LogLevel=DLT_LOG_VERBOSE
File=log
FileSize=50000
NOFiles=5
EcuID=ECU1
GzipCompression=on

startup parameters:
/home/jyang/dlt-daemo/dlt-daemon-master/build/src/daemon/dlt-daemon -d -c /home/jyang/etc/dlt.conf
/home/jyang/dlt-daemo/dlt-daemon-master/build/src/console/logstorage/dlt-logstorage-ctrl -c 1 -C /home/jyang/etc/dlt.conf -p /home/jyang/etc

Looking forward to your reply, thank you

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.