Offline Logstorage multiple Apps #791
Unanswered
uburkhalter64-bot
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We have a couple of apps running on our system. All apps generate DLT Logs. I would like to store all logs from all apps in the same Log-file.
I've tried using filters like the example below to achieve this. I set up a filter for each App and specified the same filename for all apps.
[FILTER1]
LogAppName=APIA
ContextName=BUND,RITA,PSTM,PMPR,BEP,BUMA,BPS,BES,BEEL,BESU,CRCM,UDVC,ERR,MM
LogLevel=DLT_LOG_VERBOSE
File=all_apps.log
FileSize=2000000
NOFiles=5
EcuID=ECU1
SpecificSize=10000
SyncBehavior=ON_SPECIFIC_SIZE
[FILTER2]
LogAppName=IOTC
ContextName=PROV,METH,EVNT,ERR,MM
LogLevel=DLT_LOG_VERBOSE
File=all_apps.log
FileSize=2000000
NOFiles=5
EcuID=ECU1
SpecificSize=10000
SyncBehavior=ON_SPECIFIC_SIZE
This doesn't work. I only see logs of one App in the logfile.
I then tried non-verbose filters and that works fine. All logs from all Apps are logged in the log file.
The problem i have now is, that i can't specify the sync behavior when using non verbose filters, which is a problem as we use Flash Memory to store the logs.
Is there a way to get around this problem?
Beta Was this translation helpful? Give feedback.
All reactions