Hi @Uma,
SQL Server Integration Services includes log providers that you can use to implement logging in packages, containers, and tasks. With logging, you can capture run-time information about a package, helping you audit and troubleshoot a package every time it is run. For example, a log can capture the name of the operator who ran the package and the time the package began and finished.
You can configure the scope of logging that occurs during a package execution on the Integration Services server. For more information, see Enable Logging for Package Execution on the SSIS Server.
More details you may refer to: Integration Services (SSIS) Logging
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.