summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2018-03-26 14:39:30 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2018-03-26 14:39:30 +0800
commit56ab2de5d220c9dd69b98acf2533b5eb1a56dade (patch)
tree75a8e52b21fdd80c142f42b7e740c6f8acd23cc3
parent5f61a35e401327dadd93af35da18636ff8eea8dd (diff)
Modify vfc-vnfmgr log export directory
Change-Id: I3b0f75e77d66545b2d9eb28f314d7c60e60f3bc5 Issue-ID: VFC-839 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rw-r--r--mgr/mgr/log.yml2
-rwxr-xr-xmgr/run.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/mgr/mgr/log.yml b/mgr/mgr/log.yml
index e9fd1e4..4af8faa 100644
--- a/mgr/mgr/log.yml
+++ b/mgr/mgr/log.yml
@@ -24,7 +24,7 @@ handlers:
level: "DEBUG"
class:
"logging.handlers.RotatingFileHandler"
- filename: "/var/log/onap/vfc-gvnfm-vnfmgr/runtime_mgr.log"
+ filename: "/var/log/onap/vfc/gvnfm-vnfmgr/runtime_mgr.log"
formatter:
"mdcFormat"
maxBytes: 52428800
diff --git a/mgr/run.sh b/mgr/run.sh
index 77f19fb..256e297 100755
--- a/mgr/run.sh
+++ b/mgr/run.sh
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-logDir="/var/log/onap/vfc-gvnfm-vnfmgr/"
+logDir="/var/log/onap/vfc/gvnfm-vnfmgr/"
if [ ! -x $logDir ]; then
mkdir -p $logDir
fi