Operation logs for Jitterbit agents
Operation logs are generated by the operation engine. They are always generated and do not need to be enabled. The only configuration item is the log level, which you can set for individual integration operations:
-
Errors Only: Only operations that fail are logged.
-
Everything: All operations are logged.
You can set these levels in the following places:
-
In Integration Studio, select Operation settings > Options > What to log.
-
In Design Studio, select Operation options > What to log.
Operation logs contain the following information:
- Operation name
- Time started
- Time done
- Duration
- Status
- Number of source records
- Number of target records
- Message
Tip
Messages can be explicitly written to operations from the Invoke Operation (Beta) tool (when Raise error if operation fails is enabled) or from scripts using the WriteToOperationLog()
function.
You can view operation logs in the following places:
-
On the Management Console > Runtime Operations page.
-
In Integration Studio, select View logs from the Operation menu (to see the logs in a drawer on the same page), or from the project menu (to see the logs in a new browser tab).
-
In Design Studio, right click on an operation and select Operation log.
Important
If a custom API runs an operation, logs appear only when the operation is unsuccessful; successful custom API operations are not shown by default unless you enable operation debug logging. (API Manager has its own logs and logging options.)