You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the context of the document, /var/dltlogs appears to be the correct folder path.
To address this issue, the following change is proposed:
diff --git a/doc/dlt_offline_logstorage.md b/doc/dlt_offline_logstorage.md
index e2346e5..196571e 100644
--- a/doc/dlt_offline_logstorage.md
+++ b/doc/dlt_offline_logstorage.md
@@ -234,7 +234,7 @@ The following procedure can be used to test Offline Logstorage:
- Create the device folder
- ```$ mkdir -p /var/dltlog```
+ ```$ mkdir -p /var/dltlogs```
- Create the configuration file "dlt\_logstorage.conf" in this folder
and define filter configuration(s):
@@ -251,7 +251,7 @@ The following procedure can be used to test Offline Logstorage:
- Trigger dlt-daemon to use a new device
- ```$ dlt-logstorage-ctrl -c 1 -p /var/dltlog```
+ ```$ dlt-logstorage-ctrl -c 1 -p /var/dltlogs```
- Start dlt-example-user
This change ensures consistency in the folder paths and avoids potential confusion for users.
The text was updated successfully, but these errors were encountered:
The DLT Offline Logstorage document contains inconsistent folder paths: /var/dltlog and /var/dltlogs.
Based on the context of the document, /var/dltlogs appears to be the correct folder path.
To address this issue, the following change is proposed:
This change ensures consistency in the folder paths and avoids potential confusion for users.
The text was updated successfully, but these errors were encountered: