Modify vfc-vnfmgr log export directory 99/38399/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Mon, 26 Mar 2018 06:39:30 +0000 (14:39 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Mon, 26 Mar 2018 06:39:30 +0000 (14:39 +0800)
Change-Id: I3b0f75e77d66545b2d9eb28f314d7c60e60f3bc5
Issue-ID: VFC-839
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
mgr/mgr/log.yml
mgr/run.sh

index e9fd1e4..4af8faa 100644 (file)
@@ -24,7 +24,7 @@ handlers:
         level: "DEBUG"
         class:
             "logging.handlers.RotatingFileHandler"
-        filename: "/var/log/onap/vfc-gvnfm-vnfmgr/runtime_mgr.log"
+        filename: "/var/log/onap/vfc/gvnfm-vnfmgr/runtime_mgr.log"
         formatter:
             "mdcFormat"
         maxBytes: 52428800
index 77f19fb..256e297 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-vnfmgr/"
+logDir="/var/log/onap/vfc/gvnfm-vnfmgr/"
 if [ ! -x  $logDir  ]; then
        mkdir -p $logDir
 fi