From 61318029cde2e5633acacb1e4426c4546dba2333 Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Tue, 5 Jul 2022 23:08:44 +0100 Subject: Fix logging directory mismatch between policy dockerfile and OOM Error occurs in the rolling of log files in OOM clamp components as the log directories are mismatchig between the docker file and the oom logback configuration. Aligning the directories as per the OOM logback config. Issue-ID: POLICY-4268 Signed-off-by: zrrmmua Change-Id: I60be1db0acf714390e287440ff5c081fe40a3706 --- packages/policy-clamp-docker/src/main/docker/HttpParticipant.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/policy-clamp-docker/src/main/docker/HttpParticipant.Dockerfile') diff --git a/packages/policy-clamp-docker/src/main/docker/HttpParticipant.Dockerfile b/packages/policy-clamp-docker/src/main/docker/HttpParticipant.Dockerfile index d279001ab..470178b89 100644 --- a/packages/policy-clamp-docker/src/main/docker/HttpParticipant.Dockerfile +++ b/packages/policy-clamp-docker/src/main/docker/HttpParticipant.Dockerfile @@ -34,7 +34,7 @@ LABEL org.opencontainers.image.created="${git.build.time}" LABEL org.opencontainers.image.version="${git.build.version}" LABEL org.opencontainers.image.revision="${git.commit.id.abbrev}" -ARG POLICY_LOGS=/var/log/onap/policy/clamp +ARG POLICY_LOGS=/var/log/onap/policy/http-participant ENV POLICY_LOGS=$POLICY_LOGS ENV POLICY_HOME=$POLICY_HOME/clamp -- cgit 1.2.3-korg