Modify vfc-vnfres log export directory 01/38401/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Mon, 26 Mar 2018 06:40:50 +0000 (14:40 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Mon, 26 Mar 2018 06:40:50 +0000 (14:40 +0800)
Change-Id: I52feefcdb43495f2f10a39b87eaf03c6428d054a
Issue-ID: VFC-839
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
res/res/log.yml
res/run.sh

index d3a4667..135c715 100644 (file)
@@ -24,7 +24,7 @@ handlers:
         level: "DEBUG"
         class:
             "logging.handlers.RotatingFileHandler"
-        filename: "/var/log/onap/vfc-gvnfm-vnfres/runtime_res.log"
+        filename: "/var/log/onap/vfc/gvnfm-vnfres/runtime_res.log"
         formatter:
             "mdcFormat"
         maxBytes: 52428800
index aa15904..22a532b 100755 (executable)
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-logDir="/var/log/onap/vfc-gvnfm-vnfres/"
+logDir="/var/log/onap/vfc/gvnfm-vnfres/"
 if [ ! -x  $logDir  ]; then
        mkdir -p $logDir
 fi