summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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