-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. #644
Comments
IF i set SyncBehavior=ON_SPECIFIC_SIZE, i can solve this problem. [FILTER1] [FILTER2] |
Hello @hush-soul |
thanks,I'm not sure this is not the same problem with #624,I might try to solve |
How about Linux, does the version kept latest @hush-soul ? |
linux is the latest version |
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
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
The text was updated successfully, but these errors were encountered: