From 80cbbc8710292ae08437daa6e3390cc0190e3139 Mon Sep 17 00:00:00 2001 From: "Chou, Joseph (JC2555)" Date: Mon, 2 Apr 2018 14:11:34 -0400 Subject: ONAP log files consolidation Check in changes for pap,pdp,console,brmsgw,paplp and pdplp Change-Id: I23525a44e0f269d04d9870c3eed18b6b8daacb2c Issue-ID: POLICY-562 Signed-off-by: Chou, Joseph (JC2555) --- BRMSGateway/src/main/resources/log4j.properties | 2 +- BRMSGateway/src/main/resources/logback.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'BRMSGateway') diff --git a/BRMSGateway/src/main/resources/log4j.properties b/BRMSGateway/src/main/resources/log4j.properties index 9ec89ea0a..8be1ea141 100644 --- a/BRMSGateway/src/main/resources/log4j.properties +++ b/BRMSGateway/src/main/resources/log4j.properties @@ -29,7 +29,7 @@ log4j.rootLogger=INFO, FILE log4j.appender.FILE=org.apache.log4j.DailyRollingFileAppender # Set the name of the file -log4j.appender.FILE.File=BRMSLog.log +log4j.appender.FILE.File=${POLICY_LOGS}/policy/brmsgw/BRMSLog.log # Set the immediate flush to true (default) log4j.appender.FILE.ImmediateFlush=true diff --git a/BRMSGateway/src/main/resources/logback.xml b/BRMSGateway/src/main/resources/logback.xml index c01117ba7..2d592c0e2 100644 --- a/BRMSGateway/src/main/resources/logback.xml +++ b/BRMSGateway/src/main/resources/logback.xml @@ -21,15 +21,15 @@ - + - + - - + + -- cgit 1.2.3-korg