Logs
This section contains information about the logs in the Logs menu.
Xtract Universal.iQ creates three types of logs:
| Log Type | Description |
|---|---|
| Service Runs | A list of the latest service runs, including the status of the service run. |
| Transaction Logs | Logs of Transaction services. When running Transactions services, a transaction worker process is started. It executes the service and produces the response, which is then forwarded to the caller by the service worker. |
| Service Workers | Logs of service worker processes. For each TCP connection, a service worker process is started. It receives the HTTP request, executes the service, and sends the response to the caller. |
How to Read Logs
Logs use the following format:
Example:
| Time | Type | Source | Message |
|---|---|---|---|
| PT00H00M43.777S | D | ExecutionCore: | Extraction finished, firing callback |
Time
Each log has a timestamp that uses pacific time (PT) in hours (H), minutes (M) and seconds (S), e.g., PT00H00M43.777S.
Type
Each log entry is assigned one of the following message types:
| Type of log entry | Description |
|---|---|
| E - Errors | Error messages issued during the extraction process. |
| I - Information | Status messages, about processes that do not lead to an error. |
| W - Warnings | Information about problems that do not lead to an extraction error, e.g., authentication errors. |
| D - Debug Details | Detailed information that helps finding error cause. |
Service Runs
The list of service runs consists of the following columns:
- Service - Name of the service
- Date - Timestamp of the service run
- State - Status of the service run
Select a service run to display the corresponding extraction log.
Transaction Logs and Service Workers
The logs of the transaction services and the service workers consist of two sections:
- Timestamps of the logs
- Content of the logs
Select a timestamp to open the corresponding logs.
Last update: June 30, 2026