aboutsummaryrefslogtreecommitdiffstats
path: root/services/activity-spec/activity-spec-web/Dockerfile
diff options
context:
space:
mode:
authorsheetalm <sheetal.mudholkar@amdocs.com>2018-04-04 15:06:18 +0530
committerVitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com>2018-04-10 08:06:25 +0000
commit450c94f92fd4f970c9dd662bedcc541073058beb (patch)
tree26764515e4259b5cb1b8a4ec8a2fefab9f1176bd /services/activity-spec/activity-spec-web/Dockerfile
parentf691a83954e8fe1148d2a4386cba509bddfa95d5 (diff)
Activity Spec - Logging changes
Resolved review comments 1 Add logback.xml 2 Configure LoggingRequestFilter in beans-services.xml 3 Remove unwanted LoggingFilter from web.xml Change-Id: I00d2c168458ad60517fc9dd4389c2125bc63bc25 Issue-ID: SDC-1048 Signed-off-by: sheetalm <sheetal.mudholkar@amdocs.com>
Diffstat (limited to 'services/activity-spec/activity-spec-web/Dockerfile')
-rw-r--r--services/activity-spec/activity-spec-web/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/services/activity-spec/activity-spec-web/Dockerfile b/services/activity-spec/activity-spec-web/Dockerfile
index 9d8bbeaf1b..3ef0ef3eb1 100644
--- a/services/activity-spec/activity-spec-web/Dockerfile
+++ b/services/activity-spec/activity-spec-web/Dockerfile
@@ -6,6 +6,8 @@ EXPOSE 5005
ARG ARTIFACT_VERSION
+ENV LOGBACK_FILE_DIR /etc/onap/activity-spec/be/
+
# See https://hub.docker.com/_/jetty/
ARG WEBAPPS_DIR=${JETTY_BASE}/webapps/
@@ -15,6 +17,7 @@ COPY activity-spec-war/target/activity-spec-war-${ARTIFACT_VERSION}.war ${WEBAPP
COPY activity-spec-assembly/configuration.yaml .
COPY activity-spec-assembly/start.sh .
+COPY activity-spec-assembly/logback.xml ${LOGBACK_FILE_DIR}
USER root