summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBui Nguyen Quoc Thanh <thanh.buinguyenquoc@vn.bosch.com>2020-06-05 13:43:26 +0700
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2020-07-06 10:04:07 +0900
commitff7e65ac36fad5e39efba6fc26cb083a27d400a5 (patch)
tree47506a6e534cd41fd71173016adac317c2eddc37
parenta87459506604d6d1346418c44f4fdd8dab132d6c (diff)
downloadDLT-daemon-ff7e65ac36fad5e39efba6fc26cb083a27d400a5.tar.gz
doc: Update dlt_offline_logstorage.md
Add note/recommendation for the case multiple FILTERs use the same value for `File` setting. Signed-off-by: Bui Nguyen Quoc Thanh <thanh.buinguyenquoc@vn.bosch.com>
-rw-r--r--doc/dlt_offline_logstorage.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/dlt_offline_logstorage.md b/doc/dlt_offline_logstorage.md
index 8c4be02..76844d8 100644
--- a/doc/dlt_offline_logstorage.md
+++ b/doc/dlt_offline_logstorage.md
@@ -270,3 +270,4 @@ The following strategies are implemented:
Note :
1. Combinations (not allowed: combinations with ON_MSG,combination of ON\_FILE\_SIZE with ON\_SPECIFIC\_SIZE)
2. If on\_demand sync strategy alone is specified, it is advised to concatenate the log files in sequential order before viewing it on viewer.
+3. In case multiple FILTERs use the same `File` value, it is recommened that the following settings must also have same values: `NOFiles`, `FileSize` and `SpecificSize` \ No newline at end of file