Accessed from Admin | System Information | Load Logs. A record of every operation that runs the file loader is kept. The following methods invoke the file loader:
A Load Log records the details of a table load. One is created automatically whenever data is loaded into a table, regardless of how the load was triggered (script, job, or interactively).
Load logs are stored in MongoDB.
| Column | Description |
|---|---|
| Table | The table that was loaded. |
| Type | The load type (for example `LOAD`) |
| Started | When the load started (UTC) |
| Completed | When the load finished (UTC) |
| Ticks | The load duration |
| Status | `OK` or `FAIL` |
| Log | The detailed load events returned by the loader, including the count of bad/rejected records. |

See Also: