Export Tool 2 automatically deletes old log files so that a large amount of the storage capacity (disk capacity) of the client machine would not be used due to monotonic increase in log files. Logs are automatically deleted as follows.
- The directory that is set as the log output directory (log.directory) of the properties file (exportTool.properties) is referenced for each command execution. If any log was output at least one month before the command execution date, the log file is automatically deleted.
- If log deletion fails, a message indicating that deletion failed (warning level) is output in the log file, and the processing continues.