aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoryalei wang <wylandrea@gmail.com>2018-08-27 02:21:37 +0000
committerGerrit Code Review <gerrit@fd.io>2018-08-27 02:21:37 +0000
commit0c28fb6fca575d1cc8463725b8cd594a188c221a (patch)
tree4ff86b71346822c8503d19dead5a50d22673f2d1 /doc
parent496c79e387313825c37b303b1c9fc123e34e6165 (diff)
parent1414b5a0ce42358c54bf5b68f9228fe21f815efc (diff)
Merge "Fix: Fix the app's log name"
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