
Explanation/Reference:
Explanation:
Box 1:

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.
Box 2:

You deploy the Integration Services project to the Integration Services server.
Box 3:

Catalog.executable_statistics, but not Catalog.execution_data_statistics, include the required information:
Start Time, End Time, Execution Result, and Execution Duration.
References:
https://docs.microsoft.com/en-us/sql/integration-services/performance/integration-services-ssis-logging
https://docs.microsoft.com/en-us/sql/integration-services/system-views/catalog-executable-statistics