summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2018-03-26 14:40:50 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2018-03-26 14:40:50 +0800
commit8fe190b5eceff089ab6ce2b2ce33d1bf6c030316 (patch)
tree4847a8a3860de9513168da0bd4c355e65f90b77b
parent23e8c07868f7d2b706ef1c5bd8ec87c0aa8964a5 (diff)
Modify vfc-vnfres log export directory
Change-Id: I52feefcdb43495f2f10a39b87eaf03c6428d054a Issue-ID: VFC-839 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rw-r--r--res/res/log.yml2
-rwxr-xr-xres/run.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/res/log.yml b/res/res/log.yml
index d3a4667..135c715 100644
--- a/res/res/log.yml
+++ b/res/res/log.yml
@@ -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
diff --git a/res/run.sh b/res/run.sh
index aa15904..22a532b 100755
--- a/res/run.sh
+++ b/res/run.sh
@@ -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