Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


The below commands need to add in the system.properties to execute the cron- log file cleanerfunctionality.

Info
titleAdd these 2 commands in system.properties

log.maxcount=
log.cleaner.cron =

...

log.maxcount= ( DBSync default log.maxcount=6000, As based on the above explanation please follow the timing syntax to add the max count- (i.e To limit the count of the logs generated)
log.cleaner.cron = (It is based on the user's requirements, please follow the timing syntax to clean all the logs one by one as per the given time frame)

ex:log.cleaner.cron = 0 0/2 * * * ? *