summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lcm/lcm/log.yml2
-rwxr-xr-xlcm/run.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/lcm/lcm/log.yml b/lcm/lcm/log.yml
index 016787c2..c4cc1e30 100644
--- a/lcm/lcm/log.yml
+++ b/lcm/lcm/log.yml
@@ -24,7 +24,7 @@ handlers:
level: "DEBUG"
class:
"logging.handlers.RotatingFileHandler"
- filename: "/var/log/onap/vfc-gvnfm-vnflcm/runtime_lcm.log"
+ filename: "/var/log/onap/vfc/gvnfm-vnflcm/runtime_lcm.log"
formatter:
"mdcFormat"
maxBytes: 52428800
diff --git a/lcm/run.sh b/lcm/run.sh
index 9d6d8a3b..32e0cfc3 100755
--- a/lcm/run.sh
+++ b/lcm/run.sh
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-logDir="/var/log/onap/vfc-gvnfm-vnflcm/"
+logDir="/var/log/onap/vfc/gvnfm-vnflcm/"
if [ ! -x $logDir ]; then
mkdir -p $logDir
fi