aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorYalei Wang <william.wangyalei@huawei.com>2018-07-26 19:04:54 +0800
committerYalei Wang <william.wangyalei@huawei.com>2018-07-31 16:57:37 +0800
commited9cc5579ac9b017bd03472effe12a5625e03918 (patch)
treef8171be484af3b788c29aabaf7488cdd5b1e00e1 /doc
parent51884d17a7e9a5a6f15ac95707303a8479c1013f (diff)
Fix: change the log dir and update the log flush time
Change-Id: I385e02553a9a662fc51777fbac9ea12773526762 Signed-off-by: Yalei Wang <william.wangyalei@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 22fba2b..99f23fd 100644
--- a/doc/DMM_DeveloperManual.md
+++ b/doc/DMM_DeveloperManual.md
@@ -1000,7 +1000,7 @@ stack itself. The standard socket APIs defined by DMM are as follows:
**6. Log & Debug**<br>
============================
nStack uses GLOG framework to provide multi level logs. Supported log levels are debug, info,
-warning, error and emergency. Logs will be stored at /product/gpaas/log/nStack. To enable log,
+warning, error and emergency. Logs will be stored at /var/log/nStack/. To enable log,
need to set the environment variables NSTACK\_LOG\_ON
```
export NSTACK_LOG_ON=DBG