Change-Id: I69350b31c16757ebeaeac9fa4f467b5462616071
Issue-ID: VFC-839
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
         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
 
 # 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