Logs Overwritten Before Transfer Completes

The logs of long transfers of many (millions) of files can be overwritten before the session completes, potentially deleting useful troubleshooting information if an error or failure occurs. To avoid this problem, set the log size to a larger value than the default of 10 MB. For information on other logging configuration, see Server Logging Configuration for Ascp and Ascp4.

  1. Open aspera.conf in a text editor run with administrator privileges.

    /opt/aspera/etc/aspera.conf

  2. Add the <logging> section to the <default> section:
    ...
    <default>
       <file_system>...</file_system>
      <logging>
          <log_size>size</log_size>  
       </logging>
    </default>
    ...
    Where size is the log size in MB.
  3. Save your changes.
  4. Validate the XML form of aspera.conf:
    # /opt/aspera/bin/asuserdata -v