summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2018-03-26 14:41:44 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2018-03-26 14:41:44 +0800
commit833f4a239be750e0ec8faeb0fa6400fc69a04134 (patch)
tree721c4960010308275cc4fefaa44b6267ebec8512
parent4c695a88c04e273e8463e5df254d7784f37d3f03 (diff)
Modify vfc-vnflcm log export directory
Change-Id: I69350b31c16757ebeaeac9fa4f467b5462616071 Issue-ID: VFC-839 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rw-r--r--lcm/lcm/log.yml2
-rwxr-xr-xlcm/run.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/lcm/lcm/log.yml b/lcm/lcm/log.yml
index 016787c2..c4cc1e30 100644
--- a/lcm/lcm/log.yml
+++ b/lcm/lcm/log.yml
@@ -24,7 +24,7 @@ handlers:
level: "DEBUG"
class:
"logging.handlers.RotatingFileHandler"
- filename: "/var/log/onap/vfc-gvnfm-vnflcm/runtime_lcm.log"
+ filename: "/var/log/onap/vfc/gvnfm-vnflcm/runtime_lcm.log"
formatter:
"mdcFormat"
maxBytes: 52428800
diff --git a/lcm/run.sh b/lcm/run.sh
index 9d6d8a3b..32e0cfc3 100755
--- a/lcm/run.sh
+++ b/lcm/run.sh
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-logDir="/var/log/onap/vfc-gvnfm-vnflcm/"
+logDir="/var/log/onap/vfc/gvnfm-vnflcm/"
if [ ! -x $logDir ]; then
mkdir -p $logDir
fi