Replace LOGPATH with LOGSUFFIX
[policy/engine.git] / packages / base / src / files / install / servers / paplp / bin / parserlog.properties
index 8dbd70e..721fc77 100644 (file)
@@ -1,8 +1,8 @@
 ###
 # ============LICENSE_START=======================================================
-# ECOMP Policy Engine
+# ONAP Policy Engine
 # ================================================================================
-# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -20,6 +20,8 @@
 
 # PAP LogParser properties
 
+POLICY_LOGS=${{POLICY_LOGS}}
+
 # JVM specific parameters
 LOGPARSER_JMX_PORT=${{LOGPARSER_JMX_PORT}}
 LOGPARSER_X_MS_MB=${{LOGPARSER_X_MS_MB}}
@@ -32,9 +34,11 @@ JDBC_DRIVER=${{JDBC_DRIVER}}
 JDBC_URL='${{JDBC_LOG_URL}}'
 JDBC_USER=${{JDBC_USER}}
 JDBC_PASSWORD=${{JDBC_PASSWORD}}
-PARSERLOGPATH=IntegrityMonitor.log
-
-
+PARSERLOGPATH=${{PARSERLOGPATH}}
+# run this cleanup systemlogdb table once a day
+CHECK_INTERVAL=86400000
+# timeFrame for removing old records from systemlogdb table
+TIME_FRAME=5 
 #Integrity Monitor values
 #database driver for Integrity Monitor
 javax.persistence.jdbc.driver=${{JDBC_DRIVER}}