aboutsummaryrefslogtreecommitdiffstats
path: root/BRMSGateway/src/main/resources/log4j.properties
diff options
context:
space:
mode:
Diffstat (limited to 'BRMSGateway/src/main/resources/log4j.properties')
-rw-r--r--BRMSGateway/src/main/resources/log4j.properties2
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