ONAP log files consolidation
[policy/engine.git] / BRMSGateway / src / main / resources / log4j.properties
index 71f3596..8be1ea1 100644 (file)
@@ -1,6 +1,6 @@
 ###
 # ============LICENSE_START=======================================================
-# ECOMP Policy Engine
+# ONAP Policy Engine
 # ================================================================================
 # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
 # ================================================================================
@@ -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