# Log Object

Maica has logging feature to track the status of the async operations as well as the errors of the failed operations like NDIS Sync.

## Log Object

Log object has the following fields:

<table><thead><tr><th>Field Name</th><th>Notes</th></tr></thead><tbody><tr><td><code>Details</code></td><td>The logging message that also shows the error description</td></tr><tr><td><code>Source</code></td><td><p>This indicates the source of the log, that usually a background process. Possible options are:</p><pre><code>* Sync Product Prices 
* Bulk Price Book Change
* Participant Statement Summary
</code></pre></td></tr><tr><td><code>Type</code></td><td><code>Info</code> option indicates the informational log. <code>Error</code> option indicates the failure occurred during the processing the background job.</td></tr><tr><td><code>Participant, Plan, Service Booking, Payment Request, Invoice, Invoice Line Item</code></td><td>Lookup to the record that is related to the log. The Logs related list is also available on the Maica objects.</td></tr><tr><td><code>Job Id</code></td><td>This is a system filed to group the apex batch operation. The chunks of a single batch job will have the same Job Id that indicates that logs are from the same batch.</td></tr><tr><td><code>Processor, Payload</code></td><td>System fields that sometimes populated with the apex class name and the input parameters of the failed process. This is mostly for System Administrator. Maica will provide an option to retry such failed processes in the future releases.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.maica.com.au/log-management/log-object.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
