diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-26 14:40:50 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-26 14:40:50 +0800 |
commit | 8fe190b5eceff089ab6ce2b2ce33d1bf6c030316 (patch) | |
tree | 4847a8a3860de9513168da0bd4c355e65f90b77b /res | |
parent | 23e8c07868f7d2b706ef1c5bd8ec87c0aa8964a5 (diff) |
Modify vfc-vnfres log export directory
Change-Id: I52feefcdb43495f2f10a39b87eaf03c6428d054a
Issue-ID: VFC-839
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'res')
-rw-r--r-- | res/res/log.yml | 2 | ||||
-rwxr-xr-x | res/run.sh | 2 |
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 @@ -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 |