From a011a040996dd4cdb0152aae2206aebc7f4f7034 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期三, 26 五月 2021 10:49:08 +0800 Subject: [PATCH] refactor, log dir. --- src/defs.cpp | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/defs.cpp b/src/defs.cpp index a2f05cc..db0ae61 100644 --- a/src/defs.cpp +++ b/src/defs.cpp @@ -207,4 +207,6 @@ msg = LastErrorStore().msg_; } -int NodeTimeoutSec() { return 60; } \ No newline at end of file +int NodeTimeoutSec() { return 60; } + +std::string BHLogDir() { return "/opt/vasystem/valog/"; } -- Gitblit v1.8.0