diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-26 14:41:44 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-26 14:41:44 +0800 |
commit | 833f4a239be750e0ec8faeb0fa6400fc69a04134 (patch) | |
tree | 721c4960010308275cc4fefaa44b6267ebec8512 /lcm | |
parent | 4c695a88c04e273e8463e5df254d7784f37d3f03 (diff) |
Modify vfc-vnflcm log export directory
Change-Id: I69350b31c16757ebeaeac9fa4f467b5462616071
Issue-ID: VFC-839
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'lcm')
-rw-r--r-- | lcm/lcm/log.yml | 2 | ||||
-rwxr-xr-x | lcm/run.sh | 2 |
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 @@ -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 |