Skip to content
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

Inconsistent Folder Paths in DLT Offline Logstorage Documentation #729

Open
yohachiSuga opened this issue Jan 26, 2025 · 0 comments
Open

Comments

@yohachiSuga
Copy link

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:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant