Output of Log

Every time HULFT executes processing such as file transfer, a result record is output to a log file.

Log records are accumulated in a log file. If you continue the processing without deleting log records for a long time, the disk space will face crisis. Therefore, it is necessary to delete records, whether manually or automatically.

Processing that outputs log records are as follows:

  1. Sending (output a log record per File ID)

  2. Receiving (output a log record per File ID)

  3. Execution of the Post-send Job and the Post-receive Job (output a log record per Job ID)

  4. Acknowledging requests (output a log record per request)