Modify vfc-vnflcm log export directory 95/38395/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Mon, 26 Mar 2018 06:41:44 +0000 (14:41 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Mon, 26 Mar 2018 06:41:44 +0000 (14:41 +0800)
Change-Id: I69350b31c16757ebeaeac9fa4f467b5462616071
Issue-ID: VFC-839
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
lcm/lcm/log.yml
lcm/run.sh

index 016787c..c4cc1e3 100644 (file)
@@ -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
index 9d6d8a3..32e0cfc 100755 (executable)
@@ -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