aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorrainbow_0206 <jiangwenjiang@huawei.com>2018-07-28 17:36:49 +0800
committerrainbow_0206 <jiangwenjiang@huawei.com>2018-08-25 17:27:33 +0800
commit1414b5a0ce42358c54bf5b68f9228fe21f815efc (patch)
treea0e09f5eeebf31e843d3777f55e8331dc256aafb /doc
parentea6eab2f7fb9e849c719fa7374616cc1d6b736a3 (diff)
Fix: Fix the app's log name
Change-Id: I276e770c93d1f484854d90bd49ff16cb02047e40 Signed-off-by: rainbow_0206 <jiangwenjiang@huawei.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/DMM_DeveloperManual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/DMM_DeveloperManual.md b/doc/DMM_DeveloperManual.md
index 9abca95..51e4be5 100644
--- a/doc/DMM_DeveloperManual.md
+++ b/doc/DMM_DeveloperManual.md
@@ -1042,7 +1042,7 @@ typedef enum _LOG_MODULE
#define NSLOG_OFF 0x00
```
-App logs stored in nStack_nSocket.log. Stackx logs will be stored in running.log. Other operational
+App logs stored in app_$pname_$pid.log. Stackx logs will be stored in running.log. Other operational
logs will be stored in operation.log. App logs will be stored in file if following is set to 1.
```
export NSTACK_LOG_FILE_FLAG=1