You can use the execution log to trace the execution of e.g. connectors.
The following type of entries are logged:
| Type | Description |
| Open App | When the direct path to an app is opened (appDirect) |
| Download App | When downloading the app to the client (user context is provided) |
| Connector Execution | When using a connector directly, the execution and payload will be logged |
| Connector Call Execution | When a connector call is invoked. All parameters, even the constant parameters are logged |
| Business Object Execution | When using a business object, the payload and parameters are logged |
| Plugins | Plugins which are called by the old Akka interface |
| Asynchronous Connectors | When subscribing and unsubscribing a connector |
| Job Execution | Every execution of the job |
| Any above | Any exception by executing an artifact above |












