aboutsummaryrefslogtreecommitdiffstats
path: root/packages/policy-clamp-docker/src/main/docker/PolicyParticipant.Dockerfile
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2022-07-05 23:08:44 +0100
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2022-07-05 23:08:44 +0100
commit61318029cde2e5633acacb1e4426c4546dba2333 (patch)
treed1021c667ba0c95a4e596656095602a35d4e4b30 /packages/policy-clamp-docker/src/main/docker/PolicyParticipant.Dockerfile
parent32fde8d45d90efacb729c67d7efbceb0178b7012 (diff)
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 <ramesh.murugan.iyer@est.tech> Change-Id: I60be1db0acf714390e287440ff5c081fe40a3706
Diffstat (limited to 'packages/policy-clamp-docker/src/main/docker/PolicyParticipant.Dockerfile')
-rw-r--r--packages/policy-clamp-docker/src/main/docker/PolicyParticipant.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/policy-clamp-docker/src/main/docker/PolicyParticipant.Dockerfile b/packages/policy-clamp-docker/src/main/docker/PolicyParticipant.Dockerfile
index be831c554..f25949253 100644
--- a/packages/policy-clamp-docker/src/main/docker/PolicyParticipant.Dockerfile
+++ b/packages/policy-clamp-docker/src/main/docker/PolicyParticipant.Dockerfile
@@ -33,7 +33,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/pf-participant
ENV POLICY_LOGS=$POLICY_LOGS
ENV POLICY_HOME=$POLICY_HOME/clamp