Add a new cleanup process
[policy/engine.git] / packages / base / src / files / install / servers / paplp / bin / parserlog.properties
index e9189f9..9fe05cd 100644 (file)
@@ -33,8 +33,10 @@ JDBC_URL='${{JDBC_LOG_URL}}'
 JDBC_USER=${{JDBC_USER}}
 JDBC_PASSWORD=${{JDBC_PASSWORD}}
 PARSERLOGPATH=IntegrityMonitor.log
-
-
+# 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}}