diff options
author | Chou, Joseph (JC2555) <jc2555@att.com> | 2018-04-02 14:11:34 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-04-03 14:24:50 +0000 |
commit | 80cbbc8710292ae08437daa6e3390cc0190e3139 (patch) | |
tree | a23f07b06617c33c96ee41568b9422c252997549 /BRMSGateway/src/main/resources/log4j.properties | |
parent | def1c29d8a8c4372e006b1388a456bca92d57500 (diff) |
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) <jc2555@att.com>
Diffstat (limited to 'BRMSGateway/src/main/resources/log4j.properties')
-rw-r--r-- | BRMSGateway/src/main/resources/log4j.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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 |