diff options
-rw-r--r-- | lcm/lcm/log.yml | 2 | ||||
-rwxr-xr-x | lcm/run.sh | 2 |
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 @@ -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 |