Service-enabled system management log files

The log files include information about whether a job was successful and details about job errors and warnings.

By default, the log files are stored in the client file system temp directory:

  • For synchronous operations, the log file includes the job status. The log file is saved in the logs directory located at:

    temp_dir/utils_dir/logs/export_timestamp/system_name/archive log

  • For asynchronous operations, the log file includes the job ID. The log file is saved in the logs directory located at:

    temp_dir/utils_dir/logs/export_timestamp/system_name_Job_ID/archive log

You can use the artifactsDir argument with the prpcServiceUtils.bat or prpcServiceUtils.sh script to save a log file to a different directory.

All operations except roll back automatically generate log files. To generate log files for rollback actions, see Rolling back to a restore point.