visions wrote:Hi,
Appreciate if anybody can advise if there is a function anywhere within wingate to purge the log files with or without the engine running.
Thanks
John
Hi, You can add commandline actions to the scheduler to move all files out to a backup directory. A simple "move /*.log ../backup" would to the trick.
Or you could Automate a zip batch and call it from the scheduler.
Either way is perfectly safe with the engine running, the latest log files (todays) will always be kept by the engine as it has them opened, so they can't be moved. They will be collected next time the command runs.
Tim
Tim