0

Log, Session, and Trace File Cleanup

  • updated 11 mths ago

Description

When a user runs a LogicNets-based application the system writes session files, log files, and trace files to the server, and the number of these files grows over time unless the system cleans them. LogicNets has a cron job--a time-based job scheduler that runs at fixed times, dates, or intervals--to remove those files, and you can configure the age of files targeted for cleanup. The default retention period is 7 days, meaning the system will remove any file older than 7 days at the time the cron job runs.

For heavy-use installations, you may want your System Administrator to define a shorter period of retention. For example, a retention period of 2 days means that every day the cron job looks for files that are more than 2 days old and removes them.

Note: The frequency and timing of the cleanup cron job is currently fixed.

  • it runs every 24 hours
  • the timing is set for the time of installation; for example, if the installation is done at 6am the cron job will run at 6am every day.

Configuration

To change the cleanup schedule add the following text to the system settings.cfg file located at <installation-path>\dat\settings.cfg. (Note that your standard installation will not have this configuration setting already in place - you will need to add it).

The retention period is the number of days a file should remain on the system before being removed and it can be any positive number, stated in days.

_global = {
  cleanup = { retention_period = 1, } --days
}
Reply Oldest first
  • Oldest first
  • Newest first
  • Active threads
  • Popular
Like Follow
  • 11 mths agoLast active
  • 48Views
  • 4 Following

Home